hdf5_to_csv {eyetools} | R Documentation |
A function to convert TOBII-generated hdf5 files to csv
hdf5_to_csv(filename)
filename |
the hdf5 file generated from TOBII |
A list of csv files collected from the eyetracker content, if only one eyetracking event is present, return this as a csv file
## Not run:
raw_data <- hdf5_to_csv("example_TOBII.hdf5")
## End(Not run)