ids_to_names
takes a table of responses and renames the columns with
question identifier names (e.g. QID2
) using question names (e.g.,
approval
). names_to_ids
does the reverse.
ids_to_names(tbl, design_object) names_to_ids(tbl, design_object)
tbl | A data.frame of survey responses. |
---|---|
design_object | A |
The table with renamed columns.
drop_meta
, drop_sensitive
,
keep_questions