Skip to contents

A function to convert TOBII-generated hdf5 files to csv

Usage

hdf5_to_csv(filename)

Arguments

filename

the hdf5 file generated from TOBII

Value

A list of csv files collected from the eyetracker content, if only one eyetracking event is present, return this as a csv file

Examples

if (FALSE) { # \dontrun{
raw_data <- hdf5_to_csv("example_TOBII.hdf5")
} # }