fetch_delphi_data_multi_issue: Fetch and combine data from the Delphi Epidata API

Description Usage Arguments Value

View source: R/fetch_delphi_data_multi_issue.R

Description

Fetch and combine data from the Delphi Epidata API

Usage

1
2
3
4
5
6
fetch_delphi_data_multi_issue(
  source = c("fluview", "twitter", "wiki"),
  regions = "nat",
  issues = 1,
  epiweeks_range
)

Arguments

source

currently, one of "fluview", "twitter", or "wiki"

regions

character vector of region codes

issues

issues to fetch, e.g. c(201040, 201041, 201042); used only for fluview

epiweeks_range

range of epiweeks to fetch, e.g. c(201040, 201530)

Value

data frame with all results from Epidata


reichlab/cdcForecastUtils documentation built on May 6, 2020, 10:43 a.m.