cl.data: Sample of aggregated clinical reports

cl.dataR Documentation

Sample of aggregated clinical reports

Description

A subset of COVID-19 weekly reports in the Government of Canada Health Infobase. See https://health-infobase.canada.ca/covid-19/

Usage

cl.data

Format

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'), ...)


ern documentation built on April 4, 2025, 2:13 a.m.