pvt_ght | R Documentation |
API docs: https://cmu-delphi.github.io/delphi-epidata/api/ght.html
Estimate of influenza activity based on volume of certain search queries. …
pvt_ght(auth, locations, epiweeks = "*", query, fetch_args = fetch_args_list())
auth |
string. Restricted access key (not the same as API key). |
locations |
character. Locations to fetch. |
epiweeks |
|
query |
string. The query to be fetched. |
fetch_args |
|
tibble::tibble
## Not run:
pvt_ght(
auth = Sys.getenv("SECRET_API_AUTH_GHT"),
locations = "ma",
epiweeks = epirange(199301, 202304),
query = "how to get over the flu"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.