Skip to contents

Reads and validates a declarative income-cleaning ruleset. With path = NULL the ruleset shipped with the package (inst/cleaning/income_cleaning_rules.yml) is used. A custom ruleset lets researchers re-parameterise, disable, or extend individual decision rules; validate_cleaning_ruleset() enforces the schema.

Usage

liss_cleaning_ruleset(path = NULL)

Arguments

path

path to a ruleset YAML file, or NULL for the packaged default.

Value

a validated ruleset object of class liss_cleaning_ruleset.