var_labels: Get Label Attributes of Variables in a data.frame
Description
Variable labels can be stored as a label attribute for each variable.
This functions returns a named character vector with the variable labels
(empty sting if not specified)
Usage
var_labels(x, fill = FALSE)
Arguments
x
a data.frame object
fill
boolean in case the label attribute does not exist if
TRUE the variable names is returned, otherwise NA
Value
a named character vector with the variable labels, the names
correspond to the variable names