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

Description Usage Arguments Value Examples

View source: R/ORGANISE__functions.R

Description

Return trials where a specific message is found.

Usage

1
2
3
4
5
6
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

1
2
3
4
5

eyeTrackR documentation built on April 14, 2020, 6:35 p.m.