]> nmode's Git Repositories - Rnaught/blob - man/COVIDCanada.Rd
Update project URL and fix formatting for citation files
[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-2022}
7 \format{
8 A data frame with 1082 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://opencovid.ca}
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 2022. Provided by the COVID-19 Canada Open Data Working
24 Group.
25 }
26 \keyword{datasets}