get_labels_from_dataset {rdhs} | R Documentation |
Return variable labels from a dataset
Description
Returns variable labels stored as "label"
attribute.
Usage
get_labels_from_dataset(data, return_all = TRUE)
Arguments
data |
A |
return_all |
Logical whether to return all variables ( |
Value
A data.frame
consisting of the variable name and labels.
[Package rdhs version 0.8.1 Index]