View source: R/eprime_process.R
Runs the processing of E-prime files for LCBC. This will check the existance of files, any previous logs for duplicated entries etc.
1 2 3 | eprime_process_file(efile_path, in_dir, task, MOAS, paths, logs,
start_message = "Starting processing for", quietly = FALSE,
return_options = FALSE)
|
efile_path |
path to E-prime txt file |
in_dir |
Directory with E-prime files |
task |
Which task, one of ["Antisaccade", "n-back", "Attention"] |
MOAS |
Either string with path to, or as data.frame, the MOAS dataframe |
paths |
list of paths from [ |
logs |
list of paths from [ |
start_message |
string message to add to log for this action |
quietly |
logical if log text should be printed in the console |
return_options |
logical if options generated for the file should be returned to user |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.