pub_dengue_nowcast {epidatr} | R Documentation |
Delphi's PAHO dengue nowcasts (North and South America)
Description
API docs: https://cmu-delphi.github.io/delphi-epidata/api/dengue_nowcast.html
Usage
pub_dengue_nowcast(locations, epiweeks = "*", fetch_args = fetch_args_list())
Arguments
locations |
character. Locations to fetch. |
epiweeks |
|
fetch_args |
|
Value
Examples
## Not run:
pub_dengue_nowcast(
locations = "pr",
epiweeks = epirange(201401, 202301)
)
## End(Not run)
[Package epidatr version 1.2.0 Index]