Learn R Programming

SensoMineR (version 1.27)

format_holos: Format Holos data

Description

Format the data exported from the Holos platform.

Usage

format_holos(path.data)

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.

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

See Also

analyse_holos

Examples

Run this code
if (FALSE) {
data <- format_holos(path.data = "C:/MyDirectory/")}

Run the code above in your browser using DataLab