Returns a tibble mapping short coded column names to their bilingual human-readable variable labels. Use this as a quick reference without renaming the table itself; to rename, use [label_pumf_columns()].
Value
A tibble with columns `name` (coded column name), `label_en` (English label), and `label_fr` (French label). Rows follow survey-metadata order.
Examples
# \donttest{
sfs <- get_pumf("SFS", "2019")
if (!is.null(sfs)) {
pumf_var_labels(sfs)
close_pumf(sfs)
}
# }
