powered by
Return trials where a specific message is found.
organise.message.return_specific( message_df, fixreport_df, message, show_working = FALSE )
Message report.
Fixation report.
The message you want to search for.
Should eyeTrackR show more detail when calculating the output?
Data.table of marked up fixation report.
# NOT RUN { # HERE, 'SYNCTIME' STARTS A TRIAL data(messagereport) data(fixationreport) print(organise.message.return_specific(messagereport, fixationreport, 'DISPLAY_START')) # }
Run the code above in your browser using DataLab