View source: R/find_messages_asc.R
find_messages_asc | R Documentation |
Take asc files and return important events Collect trial variables for your experiment. #' This code was written by Dr. Holger Mitterer
find_messages_asc(
dirList,
homeDir = "./",
time2extract = NULL,
msg2extract = NULL,
vars2extract = NULL,
nOfTrials = -1
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.