-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
60 lines (37 loc) · 1.75 KB
/
Copy pathREADME.Rmd
File metadata and controls
60 lines (37 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%",
warning = FALSE
)
```
<!--badges: start -->
[](https://travis-ci.com/debusklaneml/CanadaC19)
[](https://cran.r-project.org/package=CanadaC19)
[](https://www.tidyverse.org/lifecycle/#experimental)
[](https://opensource.org/licenses/MIT)
[](https://github.com/debusklaneml/CanadaC19/commit/master)
<!--badges: end -->
## CanadaC19
The CanadaC19 package harvests the data made freely available by the this [repository](https://github.com/ishaberry/Covid19Canada). This package is currently a component to the [Covid19R project](https://github.com/Covid19R).
## Installation (once on CRAN)
``` {r install, eval=FALSE}
install.packages("CanadaC19")
```
Get the latest development version from [github](https://github.com/debusklaneml/CanadaC19)
```{r install_github, eval = FALSE}
devtools::install_github("debusklaneml/CanadaC19")
```
## Getting the Most Up to Date Data
To get the most updated data, run the following functions
```{r refresh, eval=FALSE}
new_data <- refresh_CanadaC19_cases()
```
## Columns
The data follows the [covid19R standard for tidy Covid-19 data](https://covid19r.github.io/documentation/data-format-standard.html).