organise.message.return_specific {eyeTrackR}R Documentation

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

# HERE, 'SYNCTIME' STARTS A TRIAL
data(messagereport)
data(fixationreport)

print(organise.message.return_specific(messagereport, fixationreport, 'DISPLAY_START'))

[Package eyeTrackR version 1.0.1 Index]