Write the income-cleaning report and audit artifacts
Source:R/liss_clean_income.R
liss_cleaning_report.RdRenders a markdown report with the run configuration, the full methodology generated from the ruleset (every rule with its description, rationale, parameters, and references), result summaries with observed-versus-cleaned distributions, and a decision appendix. Alongside the report, the complete decision ledger is written as CSV and the engine-shaped audit log as JSONL.
Arguments
- result
a
liss_clean_resultfromliss_clean_income().- output_dir
directory for the artifacts (created if needed).
- verbose
print the written paths.