match_cells {validate} | R Documentation |
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 |
.list |
A list of |
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
[Package validate version 1.1.5 Index]