get today's covid19 data
covid19today.Rmd
You can get today’s world covid19 data to use this library
About Function
You can get get_data() function to get today’s covid19 data
there’s 2 option of data
- country: country data is consist of all country’s covid19 stat
- continent: you can see the covid19 data of all continent
data <- get_data("country")
If you want to extract data to use other language or Tools, you can export 5 format of Tools
- .csv file
get_data_csv("country")
- .xlsx file(Excel)
get_data_excel("continent")
- .sav file(SPSS)
get_data_spss("country")
- .xpt file(SAS)
get_data_sas("continent")
- .dta file(Stata)
get_data_stata("country")