checkConsistency {readMLData} | R Documentation |
Checks consistency of the data frame dsList
.
Description
Checks consistency of the parameters specified for each dataset in the dsList
data frame created by prepareDSList()
.
Usage
checkConsistency(dsList, outputInd=FALSE)
Arguments
dsList |
Data frame as created by |
outputInd |
Logical. Determines, whether the output should be a vector of indices of the data sets with conflicts. |
Value
Depending on outputInd
, either a vector of indices of data sets with
a conflict between the specified parameters or NULL invisibly.
Author(s)
Petr Savicky
See Also
Examples
pathData <- getPath("exampleData")
pathDescription <- getPath("exampleDescription")
dsList <- prepareDSList(pathData, pathDescription)
checkConsistency(dsList)
[Package readMLData version 0.9-7 Index]