Skip to contents

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

  1. .csv file
get_data_csv("country")
  1. .xlsx file(Excel)
get_data_excel("continent")
  1. .sav file(SPSS)
get_data_spss("country")
  1. .xpt file(SAS)
get_data_sas("continent")
  1. .dta file(Stata)
get_data_stata("country")