ppl_check_eye_recording: Check which eyes were recorded during the experiment
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.
# Load example datadata("Pupilex2")
ppl_check_eye_recording(data = Pupilex2)
# Please see the vignettes for detailed example usage.# vignette("PupilPre_Basic_Preprocessing", package="PupilPre")