get_covid_data: Get Covid-19 Data

Description Usage Value References Examples

View source: R/get_covid_data.R

Description

Gets data of confirmed cases, deaths, and recovered cases of covid-19 around the globe. columns contain type ( c("confirmed","deaths","recovered") ), country, lat, long, and days (start from 2020-01-22 until now)

Usage

1

Value

a data.frame of updated covid19 data

References

https://github.com/CSSEGISandData/COVID-19

Examples

1
2
3
4
## Not run: 
get_covid_date()

## End(Not run)

taenayat/covid19Viewer documentation built on Dec. 31, 2020, 8:32 a.m.