powered by
A function to convert TOBII-generated hdf5 files to a dataframe
hdf5_to_df(filename)
A list of dataframes collected from the eyetracker content, if only one eyetracking event is present, return this as a single dataframe
the hdf5 file generated from TOBII
if (FALSE) { raw_data <- hdf5_to_df("example_TOBII.hdf5") }
Run the code above in your browser using DataLab