southeast: Coronavirus cases dataset in South East Asia

Description Usage Format Details Source References Examples

Description

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

Usage

1
data("southeast")

Format

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

Details

This dataset used to create the shiny app

Source

https://github.com/RamiKrispin/coronavirus

References

Rami Krispin and Jarrett Byrnes (2020). coronavirus: The 2019 Novel Coronavirus COVID-19 (2019-nCoV) Dataset. R package version 0.3.0.9000.

Examples

1
2
data(southeast)
## southeast$country

etc5523-2020/r-package-assessment-whysptra documentation built on Jan. 1, 2021, 1:13 a.m.