var_relabel_list {junco} | R Documentation |
Relabel Variables in a Dataset
Description
This function relabels variables in a dataset based on a provided list of labels. It can either replace existing labels or only add labels to variables without them.
Usage
var_relabel_list(x, lbl_list, replace_existing = TRUE)
Arguments
x |
( |
lbl_list |
( |
replace_existing |
( |
Value
The dataset with updated variable labels.
[Package junco version 0.1.1 Index]