Usage
pvt_cdc(auth, locations, epiweeks = "*", fetch_args = fetch_args_list())
Arguments
- auth
string. Restricted access key (not the same as API key).
- locations
character. Locations to fetch.
- epiweeks
timeset
. Epiweeks to fetch. Defaults to all ("*") dates.- fetch_args
fetch_args
. Additional arguments to pass tofetch()
. Seefetch_args_list()
for details.
Examples
if (FALSE) { # \dontrun{
pvt_cdc(
auth = Sys.getenv("SECRET_API_AUTH_CDC"),
locations = "fl,ca",
epirange(201501, 201601)
)
} # }