pub_delphi {epidatr}R Documentation

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())

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().

Value

list

Examples

## Not run: 
pub_delphi(system = "ec", epiweek = 201501)

## End(Not run)

[Package epidatr version 1.1.1 Index]