print.eyelinkRecording | R Documentation |
eyelinkRecording
Print info about eyelinkRecording
## S3 method for class 'eyelinkRecording'
print(x, ...)
x |
|
... |
Addition parameters (unused) |
No return value, called for printing to console.
if (eyelinkReader::compiled_library_status()) {
recording <- read_edf(system.file("extdata", "example.edf", package = "eyelinkReader"))
print(recording)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.