An open API service indexing awesome lists of open source software.

https://github.com/psyteachr/psyteachrdata

Datasets for psyTeachR Books
https://github.com/psyteachr/psyteachrdata

data

Last synced: over 1 year ago
JSON representation

Datasets for psyTeachR Books

Awesome Lists containing this project

README

          

---
output: github_document
---

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

# psyteachr

The psyteachr package provides datasets and functions for the [psyTeachR books](https://psyteachr.github.io/).

## Installation

You can install psyteachr from [GitHub](https://github.com/psyteachr/psyteachr) with:

``` r
install.packages("psyteachr/psyteachr")
```

You can access a list of available data.

```{r example}
data(package = "psyteachr")
```

You can download a dataset.

```{r, eval = FALSE}
psyteachr::getdata("my_r_stuff/dataskills/data", "dataskills")
```

Each dataset has more info in its help entry, which you can access by typing `?psyteachr::` and the name of the dataset.