Learn R Programming

clinCompare (version 1.0.0)

report_differences: 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)

Value

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

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.