find_messages_asc: Take asc files and return important events Collect trial...

View source: R/find_messages_asc.R

find_messages_ascR Documentation

Take asc files and return important events Collect trial variables for your experiment. #' This code was written by Dr. Holger Mitterer

Description

Take asc files and return important events Collect trial variables for your experiment. #' This code was written by Dr. Holger Mitterer

Usage

find_messages_asc(
  dirList,
  homeDir = "./",
  time2extract = NULL,
  msg2extract = NULL,
  vars2extract = NULL,
  nOfTrials = -1
)

Arguments

dirList

dir of edf files

homeDir

dir of files

time2extract

a list of strings that match message texts for which only the time should be retained.

vars2extract

A list of Trial variables used by Experiment Builder that should be extracted value only, with column names set by the variable name

msg2extractA

list of messages to extract fully based on the first word of that message output will be string variable


dmirman/gazer documentation built on Aug. 1, 2022, 2:02 p.m.