Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

COVID19 (version 0.3.0)

us: United States

Description

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

Usage

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

Arguments

type

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

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

# data by state
x <- us("state")
# }

Run the code above in your browser using DataLab