read_message_report: Read EyeLink message report file

View source: R/eye_tracking.R

read_message_reportR Documentation

Read EyeLink message report file

Description

Read EyeLink message report file

Usage

read_message_report(
  report_path,
  guess_max = 1e+05,
  remove_unfinished = TRUE,
  remove_practice = TRUE
)

Arguments

report_path

Report file path.

guess_max

Passed to readr::read_tsv. Default is 100000. Decreasing this number can speed up reading, just make sure there were no problems during reading by looking out for warning from readr or by passing the output dataframe to readr::problems.

remove_unfinished

Removes lines where the order column is NA. Does not work in the current version because no value are interpreted as NA.

remove_practice

Only keeps rows where the practice column is "n".

Value

A dataframe with the report data.


BergelsonLab/blabr documentation built on Dec. 22, 2024, 9:32 p.m.