italy: Italy coronavirus data

Description Usage Format

Description

A dataset of coronavirus from the Italian CDC GitHub site. Data is posted on the github site daily at about 3pm EST. github/pcm-dpc/COVID-19. The file is https://raw.githubusercontent.com/pcm-dpc/COVID-19/master/dati-regioni/dpc-covid19-ita-regioni.csv. See 'getdataitaly.R' for processing of the data file (which is in Italian).

Usage

1

Format

A data frame with 7 variables:

date

date. Data are for the previous day.

region

Province.

positive

Cumulative positives aka totale_casi. Note the totale_positivi column in original data is current number of positives (total-recovered).

hospitalized

Current number in the hospital. aka totale_ospedalizzati

death

Cumulative deaths aka deceduti

recovered

Cumulative recovered

ICU

Current number in ICU. aka terapia_intensiva


eeholmes/CoV19 documentation built on Oct. 19, 2021, 10:59 a.m.