powered by
API docs: https://cmu-delphi.github.io/delphi-epidata/api/nidss_flu.html
Obtains information on outpatient inluenza-like-illness from Taiwan National Infectious Disease Statistical System.
pub_nidss_flu( regions, epiweeks = "*", ..., issues = NULL, lag = NULL, fetch_args = fetch_args_list() )
tibble::tibble
character. Regions to fetch.
timeset. Epiweeks to fetch. Defaults to all ("*") dates.
timeset
not used for values, forces later arguments to bind by name
timeset. Optionally, the issues to fetch. If not set, the most recent issue is returned. Mutually exclusive with lag.
lag
integer. Optionally, the lag of the issues to fetch. If not set, the most recent issue is returned. Mutually exclusive with issues.
issues
fetch_args. Additional arguments to pass to fetch().
fetch_args
fetch()
if (FALSE) { pub_nidss_flu(regions = "taipei", epiweeks = epirange(201501, 201601)) }
Run the code above in your browser using DataLab