Extract differences and number of differences from a compare
object.
n.diffs(object, ...)# S3 method for compare.data.frame
n.diffs(object, ...)
# S3 method for summary.compare.data.frame
n.diffs(object, ...)
diffs(object, ...)
# S3 method for compare.data.frame
diffs(object, vars = NULL, ..., by.var = FALSE)
# S3 method for summary.compare.data.frame
diffs(object, vars = NULL, ...,
by.var = FALSE)
An object of class compare.data.frame
or summary.compare.data.frame
.
Other arguments (not in use at this time).
A character vector of variable names to subset the results to.
Logical: should the number of differences by variable be reported, or should all differences be reported (the default).