knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%",
  warning = FALSE
)

Travis build status CRAN_Status_Badge lifecycle License: MIT GitHub commit

CanadaC19

The CanadaC19 package harvests the data made freely available by the this repository. This package is currently a component to the Covid19R project.

Installation (once on CRAN)

``` {r install, eval=FALSE} install.packages("CanadaC19")

Get the latest development version from [github](https://github.com/debusklaneml/CanadaC19)

```r
devtools::install_github("debusklaneml/CanadaC19")

Getting the Most Up to Date Data

To get the most updated data, run the following functions

new_data <- refresh_CanadaC19_cases()

Columns

The data follows the covid19R standard for tidy Covid-19 data.



Covid19R/CanadaC19 documentation built on May 12, 2020, 4:50 p.m.