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
- Host: GitHub
- URL: https://github.com/psyteachr/psyteachrdata
- Owner: PsyTeachR
- License: cc-by-4.0
- Created: 2021-08-16T13:24:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T13:39:49.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T00:53:00.582Z (over 1 year ago)
- Topics: data
- Language: R
- Homepage: https://psyteachr.github.io/psyteachrdata/
- Size: 10.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
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.