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

View source: R/RcppExports.R

read_preamble_strR 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"))
}


alexander-pastukhov/eyelinkReader documentation built on Dec. 27, 2024, 8:35 p.m.