View source: R/refresh_coronvirus.R
refresh_coronavirus_jhu | R Documentation |
Daily summary of the Coronavirus (COVID-19) cases by state/province.
refresh_coronavirus_jhu()
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
coronavirus - Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE) Coronavirus website
## Not run:
# update the data
jhu_covid19_dat <- refresh_coronavirus_jhu()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.