Description Usage Arguments Details Value Source Examples
View source: R/refresh_VirginiaC19.R
Updates the Virginia COVID-19 cases.
1 | refresh_VirginiaC19(verbose = TRUE)
|
verbose |
Should messages be displayed? |
This package scrapes the state of Virginia reported cases.
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.
location_code_type The type of standardized location code being used according to the covid19R controlled vocabulary.
data_type - the type of data in that given row using the covid19R controlled vocabulary. Daily totals are found here.
value - number of cases of each data type
1 2 3 4 | ## Not run:
refresh_VirginiaC19()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.