validate (version 0.2.6)

match_cells: Create matching subsets of a sequence of data

Description

Create matching subsets of a sequence of data

Usage

match_cells(..., .list = NULL, id = NULL)

Arguments

...

A sequence of data.frames, possibly in the form of <name>=<value> pairs.

.list

A list of data.frames; will be concatenated with ....

id

Names or indices of columns to use as index.

Value

A list of data.frames, subsetted and sorted so that all cells correspond.

See Also

Other comparing: as.data.frame,cellComparison-method, as.data.frame,validatorComparison-method, barplot,cellComparison-method, barplot,validatorComparison-method, cells, compare, plot,cellComparison-method, plot,validatorComparison-method