View source: R/hdf5_get_event.R
hdf5_get_event | R Documentation |
A function to get the message event files from a TOBII-generated hdf5 file to dataframe. Used when a Psychopy experiment uses the io.sendMessageEvent() to record events
hdf5_get_event(filename)
filename |
the hdf5 file generated from TOBII |
A dataframe of message events as recorded by TOBII eye trackers
## Not run:
raw_data <- hdf5_get_event("example_TOBII.hdf5")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.