View source: R/ep.eye_cleanup.R
ep.eye_cleanup | R Documentation |
This function processes eye tracking data for use in event-related potential (ERP) studies. It generates event-locked timing, removes raw data to minimize object size, tags the data with a class to indicate successful preprocessing, saves the preprocessed data, and manages log files.
ep.eye_cleanup(ep.eye, config, globals, header = NULL)
ep.eye |
An object containing the eye tracking data to be cleaned up. |
config |
config file |
globals |
A list of global parameters defined in the config file. |
header |
A string used to set the chunk header for the logging. Default is NULL. |
Returns the cleaned up eye tracking data with the class "ep.eye.preproc".
ep.eye_tag_event_time
, ep.eye_save_preproc
## Not run:
cleaned_data <- ep.eye_cleanup(raw_eye_data, config$definitions$eye$global, "6. Cleanup and export ep.eye")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.