View source: R/create.tva.files.R
This functions allows the user to create automatically the .tva files based on the behavioral results dataframe
| 1 | create.tva.files(data, subj.var, CR.var, RT.var, trig.var, path.save)
 | 
| data | Name of the data frame containing the results | 
| subj.var | Name of the subject's ID variable (tidy format, i.e. variable name in the data frame without $ or "") | 
| CR.var | Name of the accuracy variable (tidy format) | 
| RT.var | Name of the RT variable (tidy format) | 
| trig.var | Name of the variable containing the triggers (tidy format) | 
| path.save | Path to the folder where to save the .tva files | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.