View source: R/cdisc_validate.R
| create_conformance_comparison | R Documentation |
Internal function to compare CDISC validation results from two datasets and identify which issues are unique to each or common to both.
create_conformance_comparison(val_df1, val_df2)
val_df1 |
Validation result data frame from df1. |
val_df2 |
Validation result data frame from df2. |
A data frame showing CDISC issue distribution across datasets, with columns:
category |
Character: validation issue category |
variable |
Character: variable name |
df1_only |
Logical: TRUE if issue only appears in df1 |
df2_only |
Logical: TRUE if issue only appears in df2 |
both |
Logical: TRUE if issue appears in both datasets |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.