Clean crude data from JHUCSSE and aggregated it to state or county level
1 2 3 4 5 6 7 | get_clean_JHUCSSE_deaths(
aggr_level = "UID",
last_date = Sys.time(),
case_data_dir = "data/case_data",
save_raw_data = TRUE,
us_data_only = FALSE
)
|
aggr_level |
"UID", "source", level at which to calculate the cumulative and incident cases. with UID, unassigned locations are dropped |
case_data_dir |
directory where case data is being saved |
save_raw_data |
whether to save raw data locally |
us_data_only |
whether to only pull US data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.