~enricoschumann/ddf

Compare rows of data-frames

a8c47a7 Add README and LICENSE files

8 months ago

4bfc30f Prepare version 0.0.1

8 months ago

#Differences between data-frames (ddf)

#About ddf

Compares the rows of two data-frames and reports add, removed and changed rows.

#Installation

The latest development version is available from http://enricoschumann.net/R/packages/ddf/ . You can install either version directly from within R:

install.packages('ddf', ## development version
                 repos = c('http://enricoschumann.net/R',
                           getOption('repos')))

There are also a publicly-available source-code repository at https://git.sr.ht/~enricoschumann/ddf.