read_et_data: read eyetracking data from filepath

View source: R/export_both.R

read_et_dataR Documentation

read eyetracking data from filepath

Description

read eyetracking data from filepath

Usage

read_et_data(filepath, sep = "\t")

Arguments

filepath

a quoted filepath

sep

the delimeter, defaults to tab

Value

a rectangular dataframe from the eyetracking output

Examples

## Not run: 
et_data <- read_et_data('data/eyetracking.txt', sep = '\t')

## End(Not run)

samhforbes/DDLab documentation built on Sept. 17, 2023, 9:22 p.m.