cl.data | R Documentation |
A subset of COVID-19 weekly reports in the Government of Canada Health Infobase. See https://health-infobase.canada.ca/covid-19/
cl.data
cl.data
A data frame with 96 rows and 3 columns:
pt
: standard two-character abbreviation (lowercase)
of the province name (based on Statistics Canada 2021 census abbreviations)
date
: report date
value
: count of reported cases for the previous week
Filter indicating a specific province to extract a sample dataset for use with estimate_R_cl()
, e.g.
estimate_R_cl(cl.data = dplyr::filter(cl.data, pt == 'bc'), ...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.