Description Usage Arguments Value Examples
View source: R/get_covid_data.R
Acquires Canada Covid data of specified type and for an optionally provided date and province
1 | get_covid_data(data_type = "cases", loc = "", date = "")
|
data_type |
string containing type of metric requested |
loc |
string indicating province of interest |
date |
string indicating date of interest |
dataframe of Covid data
1 | get_covid_data('cases', 'BC', '13-01-2021')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.