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