use_labels | R Documentation |
The use_labels()
function renames the columns using the labels generated
in Qualtrics. Data must be imported using
qualtRics::fetch_survey()
.
use_labels(x)
x |
Data frame imported using |
An object of the same type as x
that has column names using the labels
generated in Qualtrics.
Other column name functions:
rename_columns()
# Rename columns
data(qualtrics_fetch)
qualtrics_renamed <- qualtrics_fetch %>%
use_labels()
names(qualtrics_fetch)
names(qualtrics_renamed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.