Loads derived audit_summary.json (and optionally audit_jobs.csv) and
returns health-bar bucket counts plus an optional per-study table. Does
not write files or run live replications. For live audits use
audit_everything() or refresh_registry() with audit = TRUE.
Usage
audit_report(registry_root = NULL, by_study = TRUE)
Arguments
- registry_root
Optional registry repository root.
- by_study
If TRUE (default), include a per-study summary table when
job rows are available.
Value
An object of class audit_report (a list) with components
summary, progress, and optional by_study.
Examples
if (FALSE) { # \dontrun{
audit_report("../registry")
audit_report(by_study = FALSE)
} # }