Description Usage Arguments Details Examples
convert_to_wide()
is used to convert processed Tobii data from long to wide format
1 | convert_to_wide(df_et_long)
|
df_et_long |
A data frame of eye tracking data in long format |
This function converts Tobii eye tracking data from long to wide format where time bins become columns and each row is a trial.
1 | ## Not run: d <- convert_to_wide(df_et_long)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.