diffobj - Compare R Objects with a Diff
Colorized diffs to quickly identify and understand differences between R objects.
See vignette for details.
Output
If your terminal supports formatting through ANSI escape sequences, diffobj
will output colored diffs to the terminal. Here are some examples of available color schemes from a 256 color terminal:
If ANSI support is not detected, output will be colored with HTML/CSS and sent to your browser.
Installation
Currently this package is only available on Github:
devtools::install_github("brodieG/diffobj")
vignette("diffobj", package="diffobj")