Adds descriptive variable labels to a dataset using the SRTR SAF data dictionary.
Arguments
- df
A data frame from a SAF file (e.g., CAND_KIPA, TX_KI).
- dataset_key
Character. The dataset name used in the SRTR dictionary (e.g., "CAND_KIPA").
- verbose
Logical. If TRUE, prints each variable being labeled.
Value
A data frame with variable labels added (invisible via print, viewable via labelled::var_label()).
