pub_fluview_clinical {epidatr} | R Documentation |
API docs: https://cmu-delphi.github.io/delphi-epidata/api/fluview_clinical.html
pub_fluview_clinical(
regions,
epiweeks = "*",
...,
issues = NULL,
lag = NULL,
fetch_args = fetch_args_list()
)
regions |
character. Regions to fetch. |
epiweeks |
|
... |
not used for values, forces later arguments to bind by name |
issues |
|
lag |
integer. Optionally, the lag of the issues to fetch. If not set,
the most recent issue is returned. Mutually exclusive with |
fetch_args |
|
## Not run:
pub_fluview_clinical(regions = "nat", epiweeks = epirange(201601, 201701))
## End(Not run)