compareDashboard() opens a Shiny app that lets you select a figure (PDF/PNG) from a folder and compare any two SVN revisions. The app shows the older and newer revisions side by side.

compareDashboard(.path)

Arguments

.path

character(1) Folder containing figures tracked in SVN.

Examples

if (FALSE) { # \dontrun{
# Review figure revisions interactively
compareDashboard("deliv/figure")
} # }