Description Usage Arguments Details Examples
convert_to_long()
is used to convert processed Tobii data from wide to long format
1 | convert_to_long(df_et_wide)
|
df_et_wide |
A data frame of eye tracking data in wide format |
This function converts Tobii eye tracking data from wide back to long or "tidy" format. Time bin becomes a single column.
1 | ## Not run: d <- convert_to_long(df_et_wide)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.