Skip to content

thohag/readSMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

Reads SMI eye-tracking files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages