readiChart: Read iChart

Description Usage Arguments Details Examples

Description

readiChart() is a special case of read.table(). It's useful for doing minor data processing on the raw .text file that is specific to the Language Learning Lab's analysis workflow.

Usage

1
readiChart(iChartFile, sampling_rate = 17)

Arguments

iChartFile

Either a path to a file, a connection, or literal data.

sampling_rate

An integer indicating the sampling rate of the eyetracker (17 vs. 30).

Details

This function reads a wide format data file generated by RTobii as an iChart

Examples

1
## Not run: d <- readiChart(iChartFile = "Habla2_25_iChart_wide.txt", sampling_rate = 17)

kemacdonald/iChartAnalyzeR documentation built on May 7, 2019, 8:44 a.m.