powered by
API docs: https://cmu-delphi.github.io/delphi-epidata/api/quidel.html
Data provided by Quidel Corp., which contains flu lab test results.
pvt_quidel(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().
fetch_args
fetch()
if (FALSE) { pvt_quidel( auth = Sys.getenv("SECRET_API_AUTH_QUIDEL"), epiweeks = epirange(201201, 202001), locations = "hhs1" ) }
Run the code above in your browser using DataLab