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

psadata

The goal of psadata is to make datasets from Psychological Science Accelerator projects easily accessible.

This package is currently under development and is just a proof of concept, with only 2 data files from one project. Check back soon for updates.

Installation

You can install the development version of psadata from GitHub with:

# install.packages("devtools")
devtools::install_github("psysciacc/psadata")

Example

Load all of the datasets associated with a project.

library(psadata)

psa001()


psysciacc/psadata documentation built on March 19, 2022, 7:17 a.m.