View source: R/ep.eye_cleanup_helpers.R
ep.eye_tag_event_time | R Documentation |
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.
ep.eye_tag_event_time(ep.eye)
ep.eye |
An object containing the eye tracking data to be processed. |
Returns the eye tracking data with event times tagged.
right_join
, mutate
, select
, group_by
, summarise
## Not run:
tagged_data <- ep.eye_tag_event_time(raw_eye_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.