Learn R Programming

COVID19 (version 0.3.0)

italy: Italy

Description

Tidy format dataset of the 2019 Novel Coronavirus COVID-19 (2019-nCoV) epidemic. Italian data by country, state (regions) or city.

Usage

italy(type = "state", raw = FALSE)

Arguments

type

one of country (data by country), state (data by region) or city (data by city). Default state, data by region.

raw

logical. Skip data cleaning? Default FALSE.

Value

Grouped tibble (data.frame). More info

Details

See data sources

Examples

Run this code
# NOT RUN {
# data by country
x <- italy("country")

# data by region
x <- italy("state")

# data by city
x <- italy("city")

# }

Run the code above in your browser using DataLab