powered by
Read the preamble of the EDF file and parses it into an reading-friendly format
read_preamble(file, fail_loudly = TRUE)
a character vector but with added class eyelinkPreamble to simplify printing.
eyelinkPreamble
name of the EDF file
logical, whether lack of compiled library means error (TRUE, default) or just warning (FALSE).
TRUE
FALSE
# \donttest{ if (eyelinkReader::compiled_library_status()) { read_preamble(system.file("extdata", "example.edf", package = "eyelinkReader")) } # }
Run the code above in your browser using DataLab