organise.message.markup: Markup trial messages.

Description Usage Arguments Value Examples

View source: R/ORGANISE__functions.R

Description

Markup trial messages.

Usage

1
2
3
4
5
6
organise.message.markup(
  message_df,
  fixreport_df,
  message,
  show_working = FALSE
)

Arguments

message_df

Message report

fixreport_df

Fixation report

message

The message or event you want to mark up

show_working

Should eyeTrackR show more detail when calculating the output?

Value

An updated fixation report with the message marked up into each trial. If there is a difference between the number of input and output rows, there was a problem with the joining of your data. You'll have a repeated session name or trial index.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15

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