read_preamble_str | R Documentation |
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.
read_preamble_str(filename)
string with the preamble
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.