Description Usage Format Details Source References Examples
Data from 'coronavirus' CRAN package which contain date, country, lat, lon, type and cases. The data start from 2020-01-22 until 2020-09-25
1 | data("southeast")
|
A data frame with 7440 observations on the following 6 variables.
date
a Date vector : date of cases
country
a character : vector country in south east asia
lat
a numeric vector : latitude
long
a numeric vector : longitude
type
a character vector : type of cases consist of confirmed, death, and recovered
cases
a numeric vector : number of cases
This dataset used to create the shiny app
https://github.com/RamiKrispin/coronavirus
Rami Krispin and Jarrett Byrnes (2020). coronavirus: The 2019 Novel Coronavirus COVID-19 (2019-nCoV) Dataset. R package version 0.3.0.9000.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.