var_lab_dict | R Documentation |
Dictionary style application of variable labels. Sets the "label"
attribute
of eacj column_names
within df
to the corresponding
values within var_labs
.
var_lab_dict(df, column_names, var_labs, match_all = TRUE)
df |
A data frame |
column_names |
Character vector of column names in |
var_labs |
Corresponding character vector of variable labels |
match_all |
Do all of |
df
with modified attributes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.