powered by
This is point data only, and does not include minima or maxima.
API docs: https://cmu-delphi.github.io/delphi-epidata/api/norostat.html
This is the documentation of the API for accessing the NoroSTAT endpoint of the Delphi’s epidemiological data.
pvt_norostat(auth, locations, epiweeks = "*", fetch_args = fetch_args_list())
tibble::tibble
string. Your authentication key.
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_norostat( auth = Sys.getenv("SECRET_API_AUTH_NOROSTAT"), locations = "1", epiweeks = 201233 ) }
Run the code above in your browser using DataLab