Normalizes one or more Gazepoint audit/check objects into a single tabular index. The function is designed for reproducibility and reporting: it records object identifiers, source tables, checks, items, statuses, messages, and optional paths. It does not modify data and does not make scientific or clinical interpretations.
Arguments
- audits
A single audit object, a data frame, or a named/unnamed list of audit objects. Recognized list elements include
checks,item_results,results,issues,flags,problems, andsummary.- audit_ids
Optional character vector of audit identifiers. If omitted, names from
auditsare used where available.- include_summary_rows
Logical. If
TRUE, summary rows are added when a supplied audit object contains asummarydata frame. IfFALSE, summary rows are added only when no detailed audit table is available.
