50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

COVID19 (version 0.3.0)

switzerland: Switzerland

Description

Tidy format dataset of the 2019 Novel Coronavirus COVID-19 (2019-nCoV) epidemic. Swiss data by country or state (cantons).

Usage

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

Arguments

type

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

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 <- switzerland("country")

# data by canton
x <- switzerland("state")

# }

Run the code above in your browser using DataLab