Preflight checks for income poverty reproducibility workflows
Source:R/poverty_reproducibility.R
enemdu_validate_poverty_reproducibility_inputs.RdReports whether the minimum variables required by the December 2025 income poverty reproducibility workflow are present and usable. The function reports problems instead of stopping when variables are absent.
Usage
enemdu_validate_poverty_reproducibility_inputs(
data,
income_var = "ingtot_pc",
area_var = "area",
weight_var = "fexp",
psu_var = "upm",
strata_var = "estrato",
required_vars = NULL
)