diffviewer provides an HTML widget for visually comparing files. It currently wraps three javascript libraries:
It extracts out common UI provided by shinytest and vdiffr.
You can install the released version of diffviewer from CRAN with:
install.packages("diffviewer")This is a basic example which shows you how to solve a common problem:
library(diffviewer)
path1 <- tempfile()
writeLines(letters, path1)
path2 <- tempfile()
writeLines(letters[-(10:11)], path2)
visual_diff(path1, path2)
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.