Learn R Programming

eyeTrackR (version 1.0.1)

organise.message.return_specific: Return trials where a specific message is found.

Description

Return trials where a specific message is found.

Usage

organise.message.return_specific(
  message_df,
  fixreport_df,
  message,
  show_working = FALSE
)

Arguments

message_df

Message report.

fixreport_df

Fixation report.

message

The message you want to search for.

show_working

Should eyeTrackR show more detail when calculating the output?

Value

Data.table of marked up fixation report.

Examples

Run this code
# 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