pub_paho_dengue {epidatr} | R Documentation |
PAHO dengue data (North and South America)
Description
API docs: https://cmu-delphi.github.io/delphi-epidata/api/paho_dengue.html
Usage
pub_paho_dengue(
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 |
|
Value
Examples
## Not run:
pub_paho_dengue(regions = "ca", epiweeks = epirange(201401, 201501))
## End(Not run)
[Package epidatr version 1.2.0 Index]