Read the preamble of the EDF file and parses it into an reading-friendly format
Arguments
- file
name of the EDF file
- fail_loudly
logical, whether lack of compiled library means error (
TRUE
, default) or just warning (FALSE
).
Examples
# \donttest{
if (eyelinkReader::compiled_library_status()) {
read_preamble(system.file("extdata", "example.edf", package = "eyelinkReader"))
}
# }