
Prepare gp3tools gaze output for a gpbiometrics workflow
Source:R/gpbiometrics_bridge.R
prepare_gazepoint_gpbiometrics_bridge.RdStandardises participant, trial, time, gaze, AOI, pupil, and validity fields without changing the underlying measurements.
Usage
prepare_gazepoint_gpbiometrics_bridge(
gaze_data,
participant_col = NULL,
trial_col = NULL,
time_col = NULL,
time_unit = c("auto", "seconds", "milliseconds"),
x_col = NULL,
y_col = NULL,
aoi_col = NULL,
pupil_col = NULL,
validity_col = NULL,
keep_cols = NULL
)