Learn R Programming

epidatr (version 1.2.0)

pvt_dengue_sensors: PAHO dengue digital surveillance sensors (North and South America)

Description

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

Usage

pvt_dengue_sensors(
  auth,
  names,
  locations,
  epiweeks = "*",
  fetch_args = fetch_args_list()
)

Value

tibble::tibble

Arguments

auth

string. Restricted access key (not the same as API key).

names

character. Names to fetch.

locations

character. Locations to fetch.

epiweeks

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

fetch_args

fetch_args. Additional arguments to pass to fetch().

Examples

Run this code
if (FALSE) {
pvt_dengue_sensors(
  auth = Sys.getenv("SECRET_API_AUTH_SENSORS"),
  names = "ght",
  locations = "ag",
  epiweeks = epirange(201501, 202001)
)
}

Run the code above in your browser using DataLab