View source: R/find_messages_edf.R
find_messages_edf | R Documentation |
Take EDF files and return a tiblle with important behavioral events
Take EDF files and return a tiblle with important behavioral events
find_messages_edf(file_list, varnames, patterns, output_directory)
find_messages_edf(file_list, varnames, patterns, output_directory)
file_list |
list of edf files |
varnames |
a vector of variable names from experiment c("TRIALID", "ACCURACY") |
patterns |
a vector of patters to look for ("TRIALID", "!V TRIAL_VAR script") |
output_directory |
where you want files to be stored |
file_list |
list of edf files |
varnames |
a vector of variable names from experiment c("TRIALID", "ACCURACY") |
patterns |
a vector of patters to look for ("TRIALID", "!V TRIAL_VAR script") |
file_list |
list of edf files |
varnames |
a vector of variable names from experiment c("TRIALID", "ACCURACY") |
patterns |
a vector of patters to look for ("TRIALID", "!V TRIAL_VAR script") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.