Description Usage Arguments Details Examples
read_tobii()
is a special case of read_tsv()
. It's useful for doing minor data
processing on the raw tsv file that is unique to the Language Learning Lab.
If you set tidy = FALSE
, the function behaves like the default read_tsv()
. Note that
you are able to pass along any arguments that you would use with read_tsv()
.
1 | read_tobii(file, tidy = FALSE, y_max = 2048, ...)
|
file |
Either a path to a file, a connection, or literal data. |
tidy |
A boolean, if tidy = FALSE this functions behaves just |
y_max |
An integer value indicating the largest y-coordinate in the data set. Used to create a gaze_y_cartesian column. |
... |
Additional arguments, typically used to control the |
This function allows you to read and parse a single raw tsv file generated by Tobii
1 | ## Not run: d <- read_tobii(file = "187_Habla2_25_Clips.tsv", tidy = TRUE, y_max = 2048)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.