diffDashboard() opens a Shiny app that helps you review a file's Subversion (SVN) revision history and QC status, and interactively compare any two versions (including your local working copy) with a visual diff.

diffDashboard(.file)

Arguments

.file

character(1) Path to the target file tracked in SVN. Can be absolute or relative.

Examples

if (FALSE) { # \dontrun{
# Review and diff revisions for a script
diffDashboard("analysis/model.R")
} # }