This function is a copycat of from expss package v0.10.7 (slightly modified) to avoid having to depend on expss. See expss::apply_labels() for more documentation. Note that this version is not compatible with data.table.
Usage
apply_labels(data, ..., warn_missing = FALSE)
Value
An object of the same type as data, with labels
Arguments
data
data.frame/list
...
named arguments
warn_missing
if TRUE, throw a warning if some names are missing