Skip to contents

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

Examples

if (FALSE) { # \dontrun{
pub_dengue_nowcast(
  locations = "pr",
  epiweeks = epirange(201401, 202301)
)
} # }