create_raw_long: create_raw_long

View source: R/helper_functions_minimal.R

create_raw_longR Documentation

create_raw_long

Description

Create long DF for a specific task (short_name_scale). Also cleans the DF and if it's an experiment, makes sure names are OK.

Usage

create_raw_long(
  DF_clean,
  short_name_scale,
  numeric_responses = FALSE,
  is_experiment = FALSE,
  keep_time = FALSE,
  help_prepare = FALSE
)

Arguments

DF_clean

DF_clean in a prepare_TASK

short_name_scale

Short name of scale

numeric_responses

TRUE / FALSE

is_experiment

TRUE / FALSE

keep_time

TRUE / FALSE keep datetime in raw_long

help_prepare

TRUE / FALSE

Value

A long and clean version of DF_clean for a specific task


gorkang/jsPsychHelpeR documentation built on Oct. 15, 2024, 8 a.m.