From 1410d8167185f94beb213602e8221980b96d0b06 Mon Sep 17 00:00:00 2001 From: Naeem Model Date: Sun, 23 Jul 2023 02:43:22 +0000 Subject: Add COVID-19 Canada datasets --- man/COVIDCanada.Rd | 26 ++++++++++++++++++++++++++ man/COVIDCanadaPT.Rd | 27 +++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 man/COVIDCanada.Rd create mode 100644 man/COVIDCanadaPT.Rd (limited to 'man') 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} diff --git a/man/COVIDCanadaPT.Rd b/man/COVIDCanadaPT.Rd new file mode 100644 index 0000000..8f1c17d --- /dev/null +++ b/man/COVIDCanadaPT.Rd @@ -0,0 +1,27 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/data.R +\docType{data} +\name{COVIDCanadaPT} +\alias{COVIDCanadaPT} +\title{COVID-19 Canada Provincial and Territorial Case Counts, 2020-2022} +\format{ +A data frame with 13169 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.} +} +} +\source{ +\url{https://opencovid.ca} +} +\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. +} +\keyword{datasets} -- cgit v1.2.3