hdf5_to_csv {eyetools}R Documentation

hdf5_to_csv

Description

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

## Not run: 
raw_data <- hdf5_to_csv("example_TOBII.hdf5")

## End(Not run)

[Package eyetools version 0.7.2 Index]