| checkConsistency | R Documentation |
dsList.Checks consistency of the parameters specified for each dataset in the dsList
data frame created by prepareDSList().
checkConsistency(dsList, outputInd=FALSE)
dsList |
Data frame as created by |
outputInd |
Logical. Determines, whether the output should be a vector of indices of the data sets with conflicts. |
Depending on outputInd, either a vector of indices of data sets with
a conflict between the specified parameters or NULL invisibly.
Petr Savicky
readMLData.
pathData <- getPath("exampleData")
pathDescription <- getPath("exampleDescription")
dsList <- prepareDSList(pathData, pathDescription)
checkConsistency(dsList)