check_eye_recording: Check which eyes were recorded during the experiment

Description Usage Arguments Value Examples

View source: R/checking.R

Description

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 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
## Not run: 
library(VWPre)
# Create a unified columns for the gaze data...
check_eye_recording(dat)

## End(Not run)

VWPre documentation built on Nov. 30, 2020, 1:08 a.m.