Switches the labels and column names of a data frame, or just changes the column names to the labels

relabel_qualtrics_df(df, switch = TRUE)

Arguments

df

the relevant dataframe

switch

T/F whether or not to switch the names

Value

a data.frame

Examples

if (FALSE) { # \dontrun{
qualtrics_survey |>
  relabel_qualtrics_df()
} # }