pvt_quidel | R Documentation |
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())
auth |
string. Restricted access key (not the same as API key). |
locations |
character. Locations to fetch. |
epiweeks |
|
fetch_args |
|
tibble::tibble
## Not run:
pvt_quidel(
auth = Sys.getenv("SECRET_API_AUTH_QUIDEL"),
epiweeks = epirange(201201, 202001),
locations = "hhs1"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.