powered by
API docs: https://cmu-delphi.github.io/delphi-epidata/api/dengue_sensors.html
pvt_dengue_sensors( auth, names, locations, epiweeks = "*", fetch_args = fetch_args_list() )
tibble::tibble
string. Restricted access key (not the same as API key).
character. Names to fetch.
character. Locations to fetch.
timeset. Epiweeks to fetch. Defaults to all ("*") dates.
timeset
fetch_args. Additional arguments to pass to fetch().
fetch_args
fetch()
if (FALSE) { pvt_dengue_sensors( auth = Sys.getenv("SECRET_API_AUTH_SENSORS"), names = "ght", locations = "ag", epiweeks = epirange(201501, 202001) ) }
Run the code above in your browser using DataLab