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)

Arguments

tbl

A data.frame of survey responses.

design_object

A qualtrics_design-class object retrieved from Qualtrics by design.

Value

The table with renamed columns.

See also

drop_meta, drop_sensitive, keep_questions