pub_dengue_nowcast {epidatr}R Documentation

Delphi's PAHO dengue nowcasts (North and South America)

Description

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

Usage

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

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

Value

tibble::tibble

Examples

## Not run: 
pub_dengue_nowcast(
  locations = "pr",
  epiweeks = epirange(201401, 202301)
)

## End(Not run)

[Package epidatr version 1.1.1 Index]