recode_responses.Rd
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.