read_aois: Read And Tidy PEEK AOIS File

Description Usage Arguments Details Examples

Description

read_aois() is a special case of read_delm(). It's useful for doing minor cleaning of the AOI coordinates. If you set tidy = FALSE, the function behaves like the default read_delim(). Note that you are able to pass along any arguments that you would use with read_delim().

Usage

1
read_aois(file, tidy = FALSE, y_max = 2048, ...)

Arguments

file

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

tidy

A boolean, if tidy = FALSE this functions behaves just read_delim().

y_max

An integer value indicating the largest y-coordinate in the data set. Used to create a

...

Additional arguments, typically used to control the read_delim() function.

Details

This function allows you to read and parse a single PEEK order file generated by the Language Learning Lab

Examples

1
## Not run: d <- read_aois(file = "Habla2_25_Clips_aoi.txt", tidy = TRUE, y_max = 2048)

kemacdonald/Rtobii documentation built on May 4, 2019, 1:21 p.m.