get_rubrics.Rd
Get rubrics
get_rubrics(rubric_filenames, type = "scoring", source = "csv")
rubric_filenames | Data frame with column of file paths named "file". |
---|---|
type | "scoring" for special handling of scoring rubrics, or "recoding" for special handling of recoding rubrics. |
source | Unused, default's to 'csv' for now. |
If type='scoring'
, returns a long data frame of rubrics with names:
"file" "data_file_name" "scale_name" "column_name"
"reverse" "transform" "scored_scale" "include"
"min" "max". Otherwise, it returns the transforming rubric with names:
"file" "data_file_name" "scale_name" "column_name" "answer"
"response" "score"