View source: R/ep.eye_msg_report.R
| ep.eye_msg_report | R Documentation | 
Generate a report of all eyetracker messages for user review.
ep.eye_msg_report(eye, report_path = NULL, events = "all", return_eye = FALSE)
| eye | Path to .edf file to generate report for or an initialized  | 
| 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. | 
Nate Hall
#'  \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")
 }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.