Skip to contents

Retrieve variable mapping for LFS/APS compilation

Usage

variable_mapping(lfs)

Arguments

lfs

A data.frame containing the LFS/APS data.

Value

A data.frame with the variable mapping.

Examples

if (FALSE) { # \dontrun{
lfs <- lfs_compile("lfs_data/")
variable_mapping(lfs)
} # }