]> nmode's Git Repositories - Rnaught/blob - man/COVIDCanada.Rd
Update authors
[Rnaught] / man / COVIDCanada.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/data.R
3 \docType{data}
4 \name{COVIDCanada}
5 \alias{COVIDCanada}
6 \title{COVID-19 Canada National Case Counts, 2020-2023}
7 \format{
8 A data frame with 1439 observations on 3 variables:
9 \describe{
10 \item{date}{The date of reporting in YYYY-MM-DD format.}
11 \item{cases}{The daily number of cases.}
12 \item{cumulative_cases}{The cumulative number of cases.}
13 }
14 }
15 \source{
16 \url{https://github.com/ccodwg/CovidTimelineCanada}
17 }
18 \usage{
19 COVIDCanada
20 }
21 \description{
22 Daily national COVID-19 case counts in Canada, from the start of the pandemic
23 until the end of 2023. Retrieved from the COVID-19 Canada Open Data Working
24 Group on 2024-05-11.
25 }
26 \keyword{datasets}