powered by
Tidy format dataset of the 2019 Novel Coronavirus COVID-19 (2019-nCoV) epidemic. Italian data by country, state (regions) or city.
italy(type = "state", raw = FALSE)
one of country (data by country), state (data by region) or city (data by city). Default state, data by region.
country
state
city
logical. Skip data cleaning? Default FALSE.
FALSE
Grouped tibble (data.frame). More info
tibble
data.frame
See data sources
# 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