summaryrefslogtreecommitdiff
path: root/man/COVIDCanada.Rd
diff options
context:
space:
mode:
authorNaeem Model <me@nmode.ca>2023-07-23 02:43:22 +0000
committerNaeem Model <me@nmode.ca>2023-07-23 02:43:22 +0000
commit1410d8167185f94beb213602e8221980b96d0b06 (patch)
tree0cfed8c00d669a4380f2bc2803563ff0d22f7698 /man/COVIDCanada.Rd
parenta9b7d15569ee56ebacb1375898698d026a64ec79 (diff)
Add COVID-19 Canada datasets
Diffstat (limited to 'man/COVIDCanada.Rd')
-rw-r--r--man/COVIDCanada.Rd26
1 files changed, 26 insertions, 0 deletions
diff --git a/man/COVIDCanada.Rd b/man/COVIDCanada.Rd
new file mode 100644
index 0000000..a808c2e
--- /dev/null
+++ b/man/COVIDCanada.Rd
@@ -0,0 +1,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-2022}
+\format{
+A data frame with 1082 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://opencovid.ca}
+}
+\usage{
+COVIDCanada
+}
+\description{
+Daily national COVID-19 case counts in Canada, from the start of the pandemic
+until the end of 2022. Provided by the COVID-19 Canada Open Data Working
+Group.
+}
+\keyword{datasets}