ep.eye_tag_event_time: Tag Event Time for Eye Data

View source: R/ep.eye_cleanup_helpers.R

ep.eye_tag_event_timeR Documentation

Tag Event Time for Eye Data

Description

This function tags the event time for each eye-tracking event in the provided data. The function works on raw data, downsampled gaze and pupil data, and preprocessed pupil data. It also separately processes gaze event data including saccades, fixations, and blinks.

Usage

ep.eye_tag_event_time(ep.eye)

Arguments

ep.eye

An object containing the eye tracking data to be processed.

Value

Returns the eye tracking data with event times tagged.

See Also

right_join, mutate, select, group_by, summarise

Examples

## Not run: 
tagged_data <- ep.eye_tag_event_time(raw_eye_data)

## End(Not run)

PennStateDEPENdLab/experiment.pipeline documentation built on April 14, 2024, 9:37 p.m.