default_label: Set Default Variable Labels from Column Names
Description
This internal function creates variable labels from the column names of a1
data frame.
Usage
default_label(x, ...)# S3 method for default
default_label(x, ...)
# S3 method for data.frame
default_label(x, ...)
Value
Returns a data.frame
with labelled columns. Labels are preserved (if already specified), otherwise generated from column names.