
Synchronise Gazepoint Biometrics with gaze data
Source:R/sync.R
sync_gazepoint_biometrics_with_gaze.RdJoins Gazepoint Biometrics data to gaze or fixation data using exact key columns. This function is intentionally conservative: it does not perform interpolation, nearest-neighbour matching, or automatic time shifting. For a first reproducible workflow, exact joins by participant, media, trial, sample counter, or fixation identifier are preferred when those fields are available.
Usage
sync_gazepoint_biometrics_with_gaze(
biometrics,
gaze,
by,
all_x = TRUE,
suffixes = c(".gaze", ".bio")
)