robertzk/objectdiff: Objectdiff

Objectdiff is an R package for measuring differences between arbitrary R objects using patches, a la Git. For example, if you have slightly modified a data.frame, and you would like to record the change, it would be more efficient to only record what is different, rather than a full copy of both data sets.

Getting started

Package details

AuthorRobert Krzyzanowski <technoguyrob@gmail.com>
MaintainerRobert Krzyzanowski <technoguyrob@gmail.com>
LicenseMIT
Version0.2.3.9003
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("robertzk/objectdiff")
robertzk/objectdiff documentation built on May 27, 2019, 10:35 a.m.