Description Usage Details Value Source See Also
View source: R/getit_functions.R
extracts and translates time series form the git repository of the protezione civile and combines them with other statistics related to italian population.
1 |
Data regarding COVID-19 comes form the repository of the protezione civile and it is updated daily. Age and sex of the population (2019), first aid and medical guard visits (2018), smoking status (2018), prevalence of chronic conditions (2018), annual-household income (2017) household crowding index (2018) and body-mass index were dataset collect by ISTAT. Prevalence of types of cancer patients (2016), influenza-vaccination coverage (2019) and the number of hospital beds per 1000 people (2017) were obtained from Ministero della Salute. Note that cancer patients prevalence was calculated using region population esitmates of 2019. Data of particulate 2.5 (2017) comes from the Istituto Superiore Per La protezione Ambientale.
a dataframe with following 64 variables:
date of data
state
region abbreviation
full name of region
lat
long
influenza vaccination coverage in the general population
influenza vaccination coverage in people age 65 or older
case-mortality rate for that region and that date (deaths/total_cases * 100)
number of COVID-19 positive cases detected
number of deaths
number of tests performed
number of people hospitalized with symptoms, that day
number of people in intensive care units, that day
hospitalized_with_symptoms + intensive_care_unit
number of people COVID-19 positive in home quarantine, that day
total currently positives: hospitalized_with_symptoms + intensive_care_unit + home_quarantine
change in the number of positive cases: total_positives that day - total_positives preceding day
number of new positive cases: total_cases that day - total_cases preceding day
recovered - released from hospital
number of people tested
number of people per squared meter living in the same house
total population
household crowding index (number of components of household per square meter)
density of population per squared kilometer
percent of females age 65 years old or more
percent of males age 65 years old or more
percent of population with that chronic condistion
percent of population with that type of cancer
percent of people underweight, normalweight, overweight or obese
number of peple using first aid in 3 months preceding the survey
number of people using medical guard in 3 months preceding the survey
inpatient hospital beds per 1000 people in acure care
inpatient hospital beds per 1000 people in long care
inpatient hospital beds per 1000 people in rehabilitation
inpatient hospital beds per 1000 people, total
median net annual households income, in euros
emission of pm2.5 in tons per region, 2017
for details regarding the methodology of specific datasets check it_bweight
, it_cancer
,
it_chronic
, it_dem
, it_firstaid
, it_fl
, it_fl65
,it_fl
,
it_hospbed
, it_house
, it_pm2.5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.