Description Usage Arguments Value
Pulls the JHUCSSE total case count data up to current date from GitHub. This version checks what is already saved, and downloads those that are not.
1 2 3 4 5 6 | update_JHUCSSE_github_data(
case_data_dir = "data/case_data",
last_date = Sys.time(),
check_saved_data = FALSE,
save_data = FALSE
)
|
case_data_dir |
directory where daily reported case data files are stored by the function. |
last_date |
last date for which to include case data |
check_saved_data |
whether to check for existing saved case data |
save_data |
whether to save the cleaned and combined data |
NA (saves a CSV of the current data to the data directory)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.