read_preamble_str {eyelinkReader} | R Documentation |
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)
Value
string with the preamble
Examples
if (eyelinkReader::compiled_library_status()) {
read_preamble(system.file("extdata", "example.edf", package = "eyelinkReader"))
}
[Package eyelinkReader version 1.0.2 Index]