covid19today is a library that extracts today’s covid-19 data of the world.
The package can be installed with the devtools
package
devtools::install_github("sorrychoe/covid19today")
You can use get_data()
function to gather today’s world covid19 data
data <- get_data(country)
# country: covid-19 data by country
# continent: covid-19 data by continent
If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub.