report_differences: Generate a Report of Differences Found in Dataset Comparison

View source: R/report_differences.R

report_differencesR Documentation

Generate a Report of Differences Found in Dataset Comparison

Description

Creates a formatted report summarizing all differences found between two data frames, including column-level and value-level differences.

Usage

report_differences(variable_diffs, observation_diffs)

Arguments

variable_diffs

A data frame or list detailing the differences found in variables.

observation_diffs

A data frame or list detailing the differences found in observations.

Value

A structured report of the differences, typically a list or a data frame.


clinCompare documentation built on Feb. 19, 2026, 1:07 a.m.