convert_to_long: Convert To Long Format

Description Usage Arguments Details Examples

Description

convert_to_long() is used to convert processed Tobii data from wide to long format

Usage

1
convert_to_long(df_et_wide)

Arguments

df_et_wide

A data frame of eye tracking data in wide format

Details

This function converts Tobii eye tracking data from wide back to long or "tidy" format. Time bin becomes a single column.

Examples

1
## Not run: d <- convert_to_long(df_et_wide)

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