Description Usage Arguments Value Examples
Read Creativity Task Data
1 | read_crt(path)
|
path |
A character string defining the path to the output of the CRT. |
The raw data downloaded from the task. It is a data frame with two columns, time and data, and 1875 observations.
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")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.