Adds a label column which is a combination of stat_label (for continuous
variables) and variable_level (for categorical ones) if these 2 columns are
present in the input data frame.
Usage
prep_label(df)
Value
a data.frame with a label column (if the input has the required
columns) or the input unchanged.