Thanks to visit codestin.com
Credit goes to github.com

Skip to content

❗ This is a read-only mirror of the CRAN R package repository. diffviewer — HTML Widget to Show File Differences. Homepage: https://diffviewer.r-lib.orghttps://github.com/r-lib/diffviewer Report bugs for this package: https://github.com/r-lib/diffviewer/issues

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.note
Notifications You must be signed in to change notification settings

cran/diffviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

❗ This is a read-only mirror of the CRAN R package repository. diffviewer — HTML Widget to Show File Differences. Homepage: https://diffviewer.r-lib.orghttps://github.com/r-lib/diffviewer Report bugs for this package: https://github.com/r-lib/diffviewer/issues

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.note

Stars

Watchers

Forks

Packages

No packages published