ppl_check_eye_recording: Check which eyes were recorded during the experiment

Description Usage Arguments Value Examples

View source: R/utilities.R

Description

ppl_check_eye_recording quickly checks which eyes contain gaze data either using the EYE_TRACKED column (if available) or the Right and Left interest area columns. It prints a summary and suggests which setting to use for the Recording parameter in the function ppl_select_recorded_eye.

Usage

1

Arguments

data

A data table object output by create_time_series.

Value

Text feedback and instruction.

Examples

1
2
3
4
5
6
7
# Load example data
data("Pupilex2")

ppl_check_eye_recording(data = Pupilex2)

# Please see the vignettes for detailed example usage.
# vignette("PupilPre_Basic_Preprocessing", package="PupilPre")

PupilPre documentation built on March 14, 2020, 1:08 a.m.