format_holos {SensoMineR} | R Documentation |
Format Holos data
Description
Format the data exported from the Holos platform.
Usage
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"). |
Value
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
Examples
## Not run:
data <- format_holos(path.data = "C:/MyDirectory/")
## End(Not run)
[Package SensoMineR version 1.27 Index]