pub_nidss_dengue {epidatr} | R Documentation |
NIDSS dengue cases (Taiwan)
Description
API docs: https://cmu-delphi.github.io/delphi-epidata/api/nidss_dengue.html
Obtains counts of confirmed dengue cases in Taiwan from Taiwan National Infectious Disease Statistical System.
Usage
pub_nidss_dengue(locations, epiweeks = "*", fetch_args = fetch_args_list())
Arguments
locations |
character. Locations to fetch. |
epiweeks |
|
fetch_args |
|
Details
Possible location inputs can be found in https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/nidss_regions.txt and https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/nidss_locations.txt.
Value
Examples
## Not run:
pub_nidss_dengue(locations = "taipei", epiweeks = epirange(201201, 201301))
## End(Not run)
[Package epidatr version 1.2.0 Index]