Learn R Programming

COVID19 (version 0.3.0)

world: World

Description

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

Usage

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

# data by state
x <- world("state")

# }

Run the code above in your browser using DataLab