format_holos: Format Holos data

Description Usage Arguments Value See Also Examples

View source: R/format_holos.R

Description

Format the data exported from the Holos platform.

Usage

1
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

analyse_holos

Examples

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

SensoMineR documentation built on July 2, 2020, 1:56 a.m.