read_crt: Read Creativity Task Data

Description Usage Arguments Value Examples

View source: R/func_read.R

Description

Read Creativity Task Data

Usage

1
read_crt(path)

Arguments

path

A character string defining the path to the output of the CRT.

Value

The raw data downloaded from the task. It is a data frame with two columns, time and data, and 1875 observations.

Examples

1
2
3
4
#' # Read in the raw data included as part of this package
read_crt(path = system.file("extdata/creativity_raw.txt",
                            package = "creatr")
)

jdtrat/creatr documentation built on Dec. 20, 2021, 10:05 p.m.