compare {validate}R Documentation

Compare similar data sets

Description

Compare different versions of the same dataset with respect to predifined indicators. Results are simplified in a sensible way.

Usage

compare(x, ...)

## S4 method for signature 'validator'
compare(x, ..., .list = NULL, how = c("to_first",
  "sequential"))

## S4 method for signature 'indicator'
compare(x, ..., .list = NULL)

Arguments

x

An R object

...

(named) data sets (e.g. data.frames)

.list

Optional list of data sets, will be concatenated with ....

how

how to compare

Value

For validator: An array where each column represents one dataset. The rows count the following attributes:

For indicator: A list with the following components:

See Also


[Package validate version 0.2.4 Index]