/readSMI

Reads SMI eye-tracking files.

Primary LanguageRMIT LicenseMIT

readSMI

Reads SMI eye-tracking files.

How to install

install.packages("devtools")
library(devtools)
install_github("thohag/readSMI")

How to use

Convert your iViewX data files (idf) to plain text with SMI Vision's IDF Converter before using this package. Reportedly, SMI Vision was acquired by Apple in 2017 and the IDF Converter is currently only officially available as part of an iTools bundle.

library(readSMI)
data = readSMI("plain_text_idf_export.txt")