Learn R Programming

epidatr (version 1.2.0)

pub_kcdc_ili: KCDC ILI incidence (Korea)

Description

API docs: https://cmu-delphi.github.io/delphi-epidata/api/kcdc_ili.html

Usage

pub_kcdc_ili(
  regions,
  epiweeks = "*",
  ...,
  issues = NULL,
  lag = NULL,
  fetch_args = fetch_args_list()
)

Value

tibble::tibble

Arguments

regions

character. Regions to fetch.

epiweeks

timeset. Epiweeks to fetch. Defaults to all ("*") dates.

...

not used for values, forces later arguments to bind by name

issues

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.

fetch_args

fetch_args. Additional arguments to pass to fetch().

Examples

Run this code
if (FALSE) {
pub_kcdc_ili(regions = "ROK", epiweeks = 200436)
}

Run the code above in your browser using DataLab