powered by
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())
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
string. The query to be fetched.
fetch_args. Additional arguments to pass to fetch().
fetch_args
fetch()
if (FALSE) { pvt_ght( auth = Sys.getenv("SECRET_API_AUTH_GHT"), locations = "ma", epiweeks = epirange(199301, 202304), query = "how to get over the flu" ) }
Run the code above in your browser using DataLab