hdf5_to_df | R Documentation |
A function to convert TOBII-generated hdf5 files to a dataframe
hdf5_to_df(filename)
filename |
the hdf5 file generated from TOBII |
A list of dataframes collected from the eyetracker content, if only one eyetracking event is present, return this as a single dataframe
## Not run:
raw_data <- hdf5_to_df("example_TOBII.hdf5")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.