checkConsistency: Checks consistency of the data frame 'dsList'.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/check.R

Description

Checks consistency of the parameters specified for each dataset in the dsList data frame created by prepareDSList().

Usage

1
checkConsistency(dsList, outputInd=FALSE)

Arguments

dsList

Data frame as created by prepareDSList().

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

readMLData.

Examples

1
2
3
4
  pathData <- getPath("exampleData")
  pathDescription <- getPath("exampleDescription")
  dsList <- prepareDSList(pathData, pathDescription)
  checkConsistency(dsList)

readMLData documentation built on May 2, 2019, 7:49 a.m.