read_JHUCSSE_cases: Reads in the JHUCSSE total case count data up until (and...

Description Usage Arguments Value

View source: R/DataUtils.R

Description

Reads in the JHUCSSE total case count data up until (and including) a given dat.

Usage

1
2
3
4
5
6
read_JHUCSSE_cases(
  last_date = Sys.Date(),
  append_wiki = TRUE,
  case_data_dir = "data/case_data",
  print_file_path = FALSE
)

Arguments

last_date

Date, the last time to consider data from

append_wiki

logical, should we also append data from wikipedia

case_data_dir

directory where daily reported case data files are stored by the function.

print_file_path

logical whether or not to print the file path

Value

a data frame with the basic data.


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