translateKSJData() translates colnames and 'codelist'-type of columns to
human-readable labels.
translateKSJData(
x,
id = NULL,
variant = NULL,
quiet = TRUE,
translate_colnames = TRUE,
translate_codelist = TRUE
)A list of sf objects.
An ID of the dataset (e.g. A03). This can be NULL if x is loaded
by readKSJData().
A type of variant in case the translation cannot be determined only by id.
If TRUE, suppress messages.
If TRUE, translate colnames to human-readable labels.
If TRUE, translate codes to human-readable labels.