refresh_coronavirus_jhu {coronavirus} | R Documentation |
Refresh the 2019 Novel Coronavirus COVID-19 (2019-nCoV) Dataset in the Covid19R Project Format
Description
Daily summary of the Coronavirus (COVID-19) cases by state/province.
Usage
refresh_coronavirus_jhu()
Value
A tibble object * date - The date in YYYY-MM-DD form * location - The name of the location as provided by the data source. * location_type - The type of location using the covid19R controlled vocabulary. * location_code - A standardized location code using a national or international standard. Drawn from iso-3166-2.js's version * location_code_type The type of standardized location code being used according to the covid19R controlled vocabulary. Here we use 'iso_3166_2' * data_type - the type of data in that given row using the covid19R controlled vocabulary. Includes cases_new, deaths_new, recovered_new. * value - number of cases of each data type
A data.frame object
Source
coronavirus - Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE) Coronavirus website
Examples
## Not run:
# update the data
jhu_covid19_dat <- refresh_coronavirus_jhu()
## End(Not run)