View source: R/cdisc_validate.R
| build_unified_comparison | R Documentation |
Internal function that merges attribute differences (type, label, length, format) and value differences into a single data frame, giving a consolidated per-variable view of all differences.
build_unified_comparison(meta, obs_comp, id_vars, df1, df2)
meta |
Metadata comparison list from |
obs_comp |
Observation comparison list from |
id_vars |
Character vector of ID variable names (or NULL). |
df1 |
First data frame (base), used to retrieve ID values. |
df2 |
Second data frame (compare). |
A data frame with columns: variable, diff_type, row_or_key, base_value, compare_value. The diff_type column indicates whether the row is a Type, Label, Length, Format, or Value difference.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.