Updates for the italy_total dataset:
positive_clinical_activity
- positive cases emerged from clinical activitypositive_surveys_tests
- positive cases emerging from surveys and tests, planned at national or regional levelUpdates for the italy_region dataset:
positive_clinical_activity
- positive cases emerged from clinical activitypositive_surveys_tests
- positive cases emerging from surveys and tests, planned at national or regional levelUpdated the data refresh automation - set docker image to support the cron job on Github Actions
total_currently_positive
-> cumulative_positive_cases
new_currently_positive
-> daily_positive_cases
total_positive_cases
-> cumulative_cases
total_people_tested
- total number of people testedtotal_currently_positive
-> cumulative_positive_cases
new_currently_positive
-> daily_positive_cases
total_people_tested
- total number of people testedregion_spatial
- the spatial region name as in the output of the ne_states
function from the rnaturalearth packagetotal_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 packageRelease three datasets:
italy_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.