summaryrefslogtreecommitdiff
path: root/man/COVIDCanadaPT.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/COVIDCanadaPT.Rd')
-rw-r--r--man/COVIDCanadaPT.Rd18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/COVIDCanadaPT.Rd b/man/COVIDCanadaPT.Rd
index 8f1c17d..c458d11 100644
--- a/man/COVIDCanadaPT.Rd
+++ b/man/COVIDCanadaPT.Rd
@@ -3,25 +3,25 @@
\docType{data}
\name{COVIDCanadaPT}
\alias{COVIDCanadaPT}
-\title{COVID-19 Canada Provincial and Territorial Case Counts, 2020-2022}
+\title{COVID-19 Canada Provincial and Territorial Case Counts, 2020-2023}
\format{
-A data frame with 13169 observations on 4 variables:
+A data frame with 16799 observations on 4 variables:
\describe{
- \item{region}{The two-letter code for the Canadian province or territory.}
- \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.}
+\item{region}{The two-letter code for the Canadian province or territory.}
+\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://opencovid.ca}
+\url{https://github.com/ccodwg/CovidTimelineCanada}
}
\usage{
COVIDCanadaPT
}
\description{
Daily COVID-19 case counts for each Canadian province and territory, from the
-start of the pandemic until the end of 2022. Provided by the COVID-19 Canada
-Open Data Working Group.
+start of the pandemic until the end of 2023. Retrieved from the the COVID-19
+Canada Open Data Working Group on 2024-05-11.
}
\keyword{datasets}