extract_labels | R Documentation |
Extract variable labels and names
extract_labels(.data)
.data |
Data frame. |
A data frame with three columns: first (vname), variabe names; second (vlabel), variables labels; third (vfill), variable labels and when null variable names.
colon_s %>%
extract_labels()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.