Check Gazepoint all-gaze and fixation file pairs
Source:R/check_gazepoint_file_pairs.R
check_gazepoint_file_pairs.RdChecks whether each Gazepoint participant/source has both an all-gaze CSV file and a fixation CSV file before running the full workflow.
Usage
check_gazepoint_file_pairs(
folder,
all_gaze_pattern = "_all_gaze\\.csv$",
fixation_pattern = "_fixations\\.csv$",
recursive = FALSE
)