validateConstraintData {TestDesign}R Documentation

(Internal) Validate constraint (wrapper for other validators)

Description

validateConstraintData is an internal function for validating a constraint. This is a wrapper function that calls other validator functions depending on the constraint.

Usage

validateConstraintData(x, attrib)

Arguments

x

a data.frame row containing a single constraint data.

attrib

an item_attrib object or a st_attrib object.

Value

validateConstraintData does not return any values; it stops if the input constraint is not valid.


[Package TestDesign version 1.7.0 Index]