default_label {papaja} | R Documentation |
This internal function creates variable labels from the column names of a1 data frame.
default_label(x, ...)
## Default S3 method:
default_label(x, ...)
## S3 method for class 'data.frame'
default_label(x, ...)
x |
A |
Returns a data.frame
with labelled columns. Labels are preserved (if already specified), otherwise generated from column names.