Skip to content

Commit

Permalink
Audited examples in endpoint.r, see TODO items for further edits needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinatownes committed Sep 3, 2024
1 parent 2ee8867 commit c98bd43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/endpoints.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,12 @@ pub_covid_hosp_facility_lookup <- function(
#' hospital_pks = "100075",
#' collection_weeks = epirange(20200101, 20200501)
#' )
#'
#'
#' pub_covid_hosp_facility(
#' hospital_pks = "100075",
#' collection_weeks = epirange(202001, 202005)
#' )
#' TODO no results, and `collection_weeks` is in week format but `pub_covid_hosp_facility` expects day format
#' }
#' @param hospital_pks character. Facility identifiers.
#' @param collection_weeks [`timeset`]. Dates (corresponding to epiweeks) to
Expand Down Expand Up @@ -1851,6 +1852,7 @@ pub_nidss_flu <- function(
#' locations = "1",
#' epiweeks = 201233
#' )
#' TODO warning no results
#' }
#' @param auth string. Your authentication key.
#' @param locations character. Locations to fetch.
Expand Down

0 comments on commit c98bd43

Please sign in to comment.