ep.eye_msg_report: Generate a report of all eyetracker messages for user review.

View source: R/ep.eye_msg_report.R

ep.eye_msg_reportR Documentation

Generate a report of all eyetracker messages for user review.

Description

Generate a report of all eyetracker messages for user review.

Usage

ep.eye_msg_report(eye, report_path = NULL, events = "all", return_eye = FALSE)

Arguments

eye

Path to .edf file to generate report for or an initialized ep.eye object.

report_path

Path to report destination.

events

Character which can take values "between", "within", or "all" to print either between-event, within-event messages, or both, respectively.

return_eye

Logical. Whether or not to return the eye object.

Author(s)

Nate Hall

Examples

#'  \dontrun{
   ep.eye <- ep.eye_msg_report("/proj/mnhallqlab/studies/NeuroMAP/s3_data/Neighborhood_PSU/eye/004_AZ_Neighborhood_Eye.edf", "/proj/mnhallqlab/studies/NeuroMAP/s3_data_ep_specs/message_reports", return_eye = TRUE)
   ep.eye_msg_report(ep.eye, "/proj/mnhallqlab/studies/NeuroMAP/s3_data_ep_specs/message_reports_004_AZ.txt")
 }


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