diffobj - Diffs for R Objects
Generate a colorized diff of two R objects for an intuitive visualization of their differences.
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 the IDE viewport if available or to your browser otherwise.
Installation
Currently this package is only available on Github:
devtools::install_github("brodieG/diffobj")
vignette("diffobj", package="diffobj")