View source: R/questionnaire_tools.R
recode_responses | R Documentation |
Recodes responses according to a rubric.
recode_responses(dataDF, recoding_rubric)
dataDF |
A long data frame. |
recoding_rubric |
A recoding rubric with columns 'column_name', 'response', and 'score' |
the data frame passed to it, with each value in 'value' replaced with the recoded value in 'score' from the template.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.