validateData {dataCompareR} | R Documentation |
validateData : routine to validate the input data
Description
validateData : routine to validate the input data
Usage
validateData(df1, df2, keys = NA)
Arguments
df1 |
a data frame |
df2 |
a data frame |
keys |
Keys used |
Value
None. Stops if error.
Examples
## Not run: validateData(iris,iris)
[Package dataCompareR version 0.1.4 Index]