
Explore dataset comparison results interactively
Source:R/ExploreDatasetComparison.R
ExploreDatasetComparison.RdCreate an interactive HTML dashboard from a CompareDatasets() result object.
This function is designed for data review and quality-control workflows. It
displays high-level summary cards, a traffic-light checks table, and an
expandable variable-change explorer that shows side-by-side old and new
values for modified cells.
Arguments
- CompareObj
A list returned by
CompareDatasets().- Title
Character title shown at the top of the dashboard. Default is
"Dataset comparison explorer".- TopN
Integer number of example variables or records to show in previews and expanded sections. Default is
10.
Value
An htmltools::tagList() object containing an interactive dashboard.