| .print_observation_diffs | R Documentation |
Shared helper used by both print.dataset_comparison and
print.cdisc_comparison. Prints a summary line, a per-variable
table, and up to n rows of the top variable's differing observations.
.print_observation_diffs(obs, n = 30, id_details = NULL, n_total_obs = NULL)
obs |
Observation comparison list (with |
n |
Maximum number of differing rows to display (default 30). |
id_details |
Optional named list of ID detail data frames (from key-based comparison). |
n_total_obs |
Total number of observations (for percentage calculation). |
Called for side effects (prints to console). Returns NULL invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.