get_incidence_data: Get incidence data from JHUCSSE

Description Usage Arguments

View source: R/DataUtils.R

Description

Get incidence data from JHUCSSE

Usage

1
2
3
4
5
6
7
8
get_incidence_data(
  first_date = ISOdate(2019, 12, 1),
  last_date = Sys.time(),
  update_case_data = TRUE,
  case_data_dir = "data/case_data",
  check_saved_data = TRUE,
  save_data = TRUE
)

Arguments

update_case_data

whether to update the case data from the JHUCSSE github or just use data that are part of this package

case_data_dir

directory where case data is being saved

check_saved_data

whether to check locally saved github data

save_data

whether to save data locally


HopkinsIDD/covidImportation documentation built on Sept. 14, 2020, 2:43 p.m.