format_holos | R Documentation |
Format the data exported from the Holos platform.
format_holos(path.data)
path.data |
The path corresponding to the folder containing all Holos data (i.e. one folder per subject with different files: "X_comment.txt", "X_data.txt", "X_last.txt", "X_txt"). |
A list of 4 objects: IDsubjects
, a dataframe containing the concordance between the names of the subjects as given in the Holos experiment and their ID; datadigit
, a list of S (S = number of subjects) dataframes corresponding to the digit-tracking data; datafinal_coord
, a list of S (S = number of subjects) dataframes corresponding to the final configurations data; and datafinal_verb
, a list of S (S = number of subjects) dataframes corresponding to the final verbalization data.
analyse_holos
## Not run:
data <- format_holos(path.data = "C:/MyDirectory/")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.