Build core ENEMDU labor flags from official consolidated classification
Source:R/labor_indicators.R
enemdu_build_labor_flags.RdBuilds binary labor-status flags from the official consolidated ENEMDU
condition-of-activity variable. This helper does not reconstruct labor status
from raw questionnaire items. It assumes that condact already contains the
official ENEMDU classification present in the microdata.
Usage
enemdu_build_labor_flags(
data,
condact = "condact",
age = "p03",
sector = "secemp",
strict = TRUE
)