| pub_nidss_flu | R Documentation | 
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()
)
| 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 | 
 | 
tibble::tibble
## Not run: 
pub_nidss_flu(regions = "taipei", epiweeks = epirange(201501, 201601))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.