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


eyelinkReader documentation built on April 4, 2025, 1:30 a.m.