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