Learn R Programming

Capsule (version 0.2.0)

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

Value

List containing comparison results

Arguments

snapshot1

Character. Name of first snapshot

snapshot2

Character. Name of second snapshot

output_file

Character. Path to save comparison report (required).

Examples

Run this code
if (FALSE) {
compare_snapshots("analysis_v1", "analysis_v2",
                  output_file = tempfile(fileext = ".md"))
}

Run the code above in your browser using DataLab