-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
42 lines (31 loc) · 1.39 KB
/
README.Rmd
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
---
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%"
)
```
# appliedepidata
<!-- badges: start -->
<!-- badges: end -->
This package stores all Applied Epi data across courses and resources.
This includes courses, tutorials, case studies and books (such as the EpiRhandbook
and Applied Epi Manual).
## Installation
You can install the development version of appliedepidata from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("appliedepi/appliedepidata")
```
## Usage
You can see available datasets in the [available data table](https://appliedepi.github.io/appliedepidata/articles/available-data.html)
as well as in depth descriptions in the [reference section](https://appliedepi.github.io/appliedepidata/reference/index.html#data).
Within RStudio you can use the [search_data](https://appliedepi.github.io/appliedepidata/reference/search_data.html)
do browse available datasets.
Using that information you can either load data in to your RStudio environment
using [get_data](https://appliedepi.github.io/appliedepidata/reference/search_data.html) or save a copy of the data to your computer using [save_data](https://appliedepi.github.io/appliedepidata/reference/save_data.html).