View source: R/read_preamble.R
read_preamble | R Documentation |
Read the preamble of the EDF file and parses it into an reading-friendly format
read_preamble(file, fail_loudly = TRUE)
file |
name of the EDF file |
fail_loudly |
logical, whether lack of compiled library means
error ( |
a character vector but with added class eyelinkPreamble
to simplify printing.
if (eyelinkReader::compiled_library_status()) {
read_preamble(system.file("extdata", "example.edf", package = "eyelinkReader"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.