Description Usage Value References Examples
View source: R/get_covid_data.R
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)
1 |
a data.frame of updated covid19 data
https://github.com/CSSEGISandData/COVID-19
1 2 3 4 | ## Not run:
get_covid_date()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.