powered by
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.
pub_nidss_dengue(locations, epiweeks = "*", fetch_args = fetch_args_list())
tibble::tibble
character. Locations to fetch.
timeset. Epiweeks to fetch. Defaults to all ("*") dates.
timeset
fetch_args. Additional arguments to pass to fetch().
fetch_args
fetch()
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.
if (FALSE) { pub_nidss_dengue(locations = "taipei", epiweeks = epirange(201201, 201301)) }
Run the code above in your browser using DataLab