Learn R Programming

eyetools (version 0.9.2)

hdf5_get_event: Get messgaes stored in TOBII-generated HDF5 files

Description

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

Usage

hdf5_get_event(filename)

Value

A dataframe of message events as recorded by TOBII eye trackers

Arguments

filename

the hdf5 file generated from TOBII

Examples

Run this code
if (FALSE) {
raw_data <- hdf5_get_event("example_TOBII.hdf5")
}

Run the code above in your browser using DataLab