Learn R Programming

epidatr (version 1.2.0)

pub_delphi: Delphi's ILINet outpatient doctor visits forecasts

Description

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

Usage

pub_delphi(system, epiweek, fetch_args = fetch_args_list())

Value

list

Arguments

system

character. System name to fetch.

epiweek

timeset. Epiweek to fetch. Does not support multiple dates. Make separate calls to fetch data for multiple epiweeks.

fetch_args

fetch_args. Additional arguments to pass to fetch().

Examples

Run this code
if (FALSE) {
pub_delphi(system = "ec", epiweek = 201501)
}

Run the code above in your browser using DataLab