format_holos function

Format Holos data

Format Holos data

Format the data exported from the Holos platform.

format_holos(path.data)

Arguments

  • 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").

Returns

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.

See Also

analyse_holos

Examples

## Not run: data <- format_holos(path.data = "C:/MyDirectory/") ## End(Not run)