View source: R/variable_label.R
default_label | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.