Description Usage Format Source Examples
This dataset contains daily epidemic information of COVID-19 for 222 countries or regions, from 2020-01-22 to 2020-09-24.
1 |
A data frame (tibble) with 116355 observations and 4 variables:
observation_date: Observation date
country_region: The name of the country or region
type: The type of the case (confirmed, recovered, deaths)
count: The number of daily cases of each type
This data comes from 'World Health Organization' https://www.who.int/emergencies/diseases/novel-coronavirus-2019
1 2 | library(COVID19bb)
data(covid_19_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.