Skip to contents

Create 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.

Usage

ExploreDatasetComparison(
  CompareObj,
  Title = "Dataset comparison explorer",
  TopN = 10
)

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.

Details

This function is intended for interactive review rather than publication tables. It returns an HTML object that can be rendered in the RStudio Viewer, Quarto, R Markdown, or Shiny.