compare_snapshots: Compare Two Workflow Snapshots

View source: R/snapshot_comparison.R

compare_snapshotsR Documentation

Compare Two Workflow Snapshots

Description

Compare two Capsule snapshots to identify differences in packages, parameters, data files, and other tracked components

Usage

compare_snapshots(snapshot1, snapshot2, output_file)

Arguments

snapshot1

Character. Name of first snapshot

snapshot2

Character. Name of second snapshot

output_file

Character. Path to save comparison report (required).

Value

List containing comparison results

Examples

## Not run: 
compare_snapshots("analysis_v1", "analysis_v2",
                  output_file = tempfile(fileext = ".md"))

## End(Not run)

Capsule documentation built on Nov. 11, 2025, 5:14 p.m.