8000 GitHub - r-lib/diffviewer: HTML widget to visually compare files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

r-lib/diffviewer

diffviewer

Codecov test coverage R-CMD-check

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.

Installation

You can install the released version of diffviewer from CRAN with:

install.packages("diffviewer")

Example

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)

About

HTML widget to vi 7A72 sually compare files

Topics

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Unknown
LICENSE.note

Code of conduct

Stars

Watchers

Forks

Contributors 5

0