Skip to contents

Usage

pub_delphi(system, epiweek, fetch_args = fetch_args_list())

Arguments

system

character. System name to fetch.

epiweek

timeset. Epiweek to fetch. Does not support multiple dates. Make separate calls to fetch data for multiple epiweeks.

fetch_args

fetch_args. Additional arguments to pass to fetch().

Value

list

Examples

if (FALSE) { # \dontrun{
pub_delphi(system = "ec", epiweek = 201501)
} # }