Learn R Programming

epidatr (version 1.2.0)

pub_nowcast: Delphi's ILI Nearby nowcasts

Description

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

Obtains information on outpatient inluenza-like-illness (ILI) from Delphi's

Usage

pub_nowcast(locations, epiweeks = "*", fetch_args = fetch_args_list())

Value

tibble::tibble

Arguments

locations

character. Locations to fetch.

epiweeks

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

fetch_args

fetch_args. Additional arguments to pass to fetch().

Details

The full list of location inputs can be accessed at https://github.com/cmu-delphi/delphi-epidata/blob/main/src/acquisition/fluview/fluview_locations.py.

Examples

Run this code
if (FALSE) {
pub_nowcast(locations = "ca", epiweeks = epirange(201201, 201301))
}

Run the code above in your browser using DataLab