refresh_coronavirus_jhu: Refresh the 2019 Novel Coronavirus COVID-19 (2019-nCoV)...

View source: R/refresh_coronvirus.R

refresh_coronavirus_jhuR 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)


coronavirus documentation built on March 31, 2023, 10:22 p.m.