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
if (FALSE) { # \dontrun{
sfs <- get_pumf("SFS", "2019")
pumf_var_labels(sfs)
close_pumf(sfs)
} # }
