View source: R/snapshot_comparison.R
| compare_snapshots | R Documentation |
Compare two Capsule snapshots to identify differences in packages, parameters, data files, and other tracked components
compare_snapshots(snapshot1, snapshot2, output_file)
snapshot1 |
Character. Name of first snapshot |
snapshot2 |
Character. Name of second snapshot |
output_file |
Character. Path to save comparison report (required). |
List containing comparison results
## Not run:
compare_snapshots("analysis_v1", "analysis_v2",
output_file = tempfile(fileext = ".md"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.