knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of wisclabread is to centralize the WiscLab's functions for reading and parsing data files.
You can install the development version of wisclabread from GitHub with:
# install.packages("devtools") devtools::install_github("tjmahr/wisclabread")
read_wtocs_in_perceptual_learning()
will read in the WTOCS portion of a
perceptual_learning
file and return a tibble.
library(wisclabread) test_perceptual_learning <- file.path( "./tests/testthat/data", "/0110_F_AAv01_perceptual_learning-0101010101.txt" ) read_wtocs_in_perceptual_learning(test_perceptual_learning)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.