coerceData {dataCompareR} | R Documentation |
coerceData
Description
coerceData
Usage
coerceData(doa, dob)
Arguments
doa |
Data object A (any object that can be coerced to a data frame) |
dob |
Data object B (any object that can be coerced to a data frame) |
Value
A list of 2 data frames, which is DOA and DOB coerced as data.frames
Examples
## Not run: irisMatrix <- as.matrix(iris)
## Not run: coerceData(irisMatrix,iris)
[Package dataCompareR version 0.1.4 Index]