Description Usage Arguments Details Examples
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.
1 | readiChart(iChartFile, sampling_rate = 17)
|
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). |
This function reads a wide format data file generated by RTobii as an iChart
1 | ## Not run: d <- readiChart(iChartFile = "Habla2_25_iChart_wide.txt", sampling_rate = 17)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.