powered by
API docs: https://cmu-delphi.github.io/delphi-epidata/api/cdc.html
pvt_cdc(auth, locations, epiweeks = "*", fetch_args = fetch_args_list())
tibble::tibble
string. Restricted access key (not the same as API key).
character. Locations to fetch.
timeset. Epiweeks to fetch. Defaults to all ("*") dates.
timeset
fetch_args. Additional arguments to pass to fetch(). See fetch_args_list() for details.
fetch_args
fetch()
fetch_args_list()
if (FALSE) { pvt_cdc( auth = Sys.getenv("SECRET_API_AUTH_CDC"), locations = "fl,ca", epirange(201501, 201601) ) }
Run the code above in your browser using DataLab