extract_variable_label | R Documentation |
Variable labels can be created using ff_label
. Some functions
strip variable labels (variable attributes), e.g. forcats::fct_recode
.
Use this function to create a vector of variable labels from a data frame.
Then use ff_relabel
to relabel variables in data frame.
extract_variable_label(.data)
.data |
Dataframe containing labelled variables. |
colon_s %>%
extract_variable_label
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.