Returns a tidy data frame with one row per row-level finding from the
conformance result. Each row identifies the rule that fired, the domain and
row where the violation occurred, the subject (USUBJID), and the specific
column and value that triggered the finding.
For a rule-level summary instead, use cdisc_issues().
Arguments
- x
A CDISC conformance result
obj:<cdisc_conformance_result>// requiredA conformance result object returned by
validate_sdtmig().
Value
A data frame with columns rule_id, dataset, row (1-based
index), usubjid, checked_column, checked_value, and message.
Returns an empty data frame (zero rows) when there are no findings.