pub_ecdc_ili {epidatr} | R Documentation |
ECDC ILI incidence (Europe)
Description
API docs: https://cmu-delphi.github.io/delphi-epidata/api/ecdc_ili.html.
Obtain information on influenza-like-illness from the European Centre for Disease Prevention and Control.
Usage
pub_ecdc_ili(
regions,
epiweeks = "*",
...,
issues = NULL,
lag = NULL,
fetch_args = fetch_args_list()
)
Arguments
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 |
|
Details
The list of location argument can be found in https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/ecdc_regions.txt.
Value
Examples
## Not run:
pub_ecdc_ili(regions = "austria", epiweeks = epirange(201901, 202001))
## End(Not run)
[Package epidatr version 1.2.0 Index]