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