Learn R Programming

eyelinkReader (version 1.0.3)

read_preamble_str: Reads preamble of the EDF file as a single string.

Description

Reads preamble of the EDF file as a single string. Please, do not use this function directly. Instead, call read_preamble function that provides a more consistent interface.

Usage

read_preamble_str(filename)

Arguments

Value

string with the preamble

Examples

Run this code
# \donttest{
if (eyelinkReader::compiled_library_status()) {
  read_preamble(system.file("extdata", "example.edf", package = "eyelinkReader"))
}
# }

Run the code above in your browser using DataLab