R/utils.R
rcd_var_relabel.Rd
Shallow copy of formatters::var_relabel(). Used mainly internally to relabel a subset of variables in a data set.
formatters::var_relabel()
rcd_var_relabel(x, ...)
(data.frame) Data frame containing variables to which labels are applied.
data.frame
(named character) Name-Value pairs, where name corresponds to a variable name in x and the value to the new variable label.
named character
x
x (data.frame) Data frame with labels applied.