Description Usage Arguments Details Value Source Examples
View source: R/refresh_CanadaC19.R
Updates the Canadian COVID-19 cases.
1 | refresh_CanadaC19_cases(verbose = TRUE)
|
verbose |
Should messages be displayed? |
This package scrapes Canadian reported cases from a repository that collects publically available data on cases across Canada.
A tibble object
date - The date in YYYY-MM-DD form
location - The name of the location as provided by the data source. XXXXX
location_type - The type of location using the covid19R controlled vocabulary. SAY MORE ABOUT THIS
location_code - A standardized location code using a national or international standard. ADD MORE
location_code_type The type of standardized location code being used according to the covid19R controlled vocabulary. Here we use XXXX
data_type - the type of data in that given row using the covid19R controlled vocabulary. Includes WHAT DATA TYPES ARE HERE?
value - number of cases of each data type
1 2 3 4 | ## Not run:
refresh_CanadaC19_cases()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.