Tidy format dataset of the 2019 Novel Coronavirus COVID-19 (2019-nCoV) epidemic. Swiss data by country or state (cantons).
switzerland(type = "state", raw = FALSE)
one of country
(data by country) or state
(data by canton). Default state
, data by canton.
logical. Skip data cleaning? Default FALSE
.
Grouped tibble
(data.frame
). More info
See data sources
# NOT RUN {
# data by country
x <- switzerland("country")
# data by canton
x <- switzerland("state")
# }
Run the code above in your browser using DataLab