Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 714 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 714 Bytes

covid19today

covid19today is a library that extracts today’s covid-19 data of the world.

Installation

The package can be installed with the devtools package

devtools::install_github("sorrychoe/covid19today")

Usage

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

License

MIT

Getting help

If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub.