View source: R/ExtractMessages.R
ExtractMessages | R Documentation |
This function reads in data from .asc files and returns the timestamps for when the message(s) occured. It can extract an arbitrary number of flags per file.
ExtractMessages(data_list = NULL, maxtrial = 9999, message_name = "MSG")
data_list |
Input of data files to be processed. This can be specified in three ways:
|
maxtrial |
Maximum number of trials in the experiment (default= 9999) |
message_name |
Name of the message flag in the data which needs to be extracted. If only one message needs to be extracted, provide it as a string (e.g., message_name= "DISPLAY CHANGE STARTED"). If there is more than one message, provide it as a vector of strings (e.g., message_name= c('DISPLAY CHANGE STARTED', 'DISPLAY CHANGE COMPLETED')). |
Martin R. Vasilev
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.