total_currently_positive
-> cumulative_positive_cases
new_currently_positive
-> daily_positive_cases
total_positive_cases
-> cumulative_cases
Add new columns:
total_people_tested
- total number of people tested Update for the italy_region dataset:
total_currently_positive
-> cumulative_positive_cases
new_currently_positive
-> daily_positive_cases
Add new columns:
total_people_tested
- total number of people tested region_spatial
- the spatial region name as in the output of the ne_states
function from the rnaturalearth packageUpdate for the italy_province dataset:
total_positive_cases
was modified to total_cases
total_tests
was removednew_cases
- add daily number of positive casesprovince_spatial
- the spatial province names as in the output of the ne_states
function from the rnaturalearth packageitaly_total
- national levelitaly_region
- region levelitaly_province
- province levelupdate_data
function to update the dataset to the most recent one
Added a NEWS.md
file to track changes to the package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.