eprime_process_file: Process an E-prime file for LCBC

Description Usage Arguments

View source: R/eprime_process.R

Description

Runs the processing of E-prime files for LCBC. This will check the existance of files, any previous logs for duplicated entries etc.

Usage

1
2
3
eprime_process_file(efile_path, in_dir, task, MOAS, paths, logs,
  start_message = "Starting processing for", quietly = FALSE,
  return_options = FALSE)

Arguments

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 [eprime_setup_dirs]

logs

list of paths from [eprime_setup_logs]

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


LCBC-UiO/eprimeParser documentation built on Oct. 30, 2019, 8:19 p.m.