R/diffDashboard.R
diffDashboard.Rd
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)
if (FALSE) { # \dontrun{
# Review and diff revisions for a script
diffDashboard("analysis/model.R")
} # }