View source: R/helper_functions_minimal.R
create_raw_long | R Documentation |
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.
create_raw_long(
DF_clean,
short_name_scale,
numeric_responses = FALSE,
is_experiment = FALSE,
keep_time = FALSE,
help_prepare = FALSE
)
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 |
A long and clean version of DF_clean for a specific task
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.