Learn R Programming

TestDesign (version 1.7.0)

validateConstraintData: (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)

Value

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

Arguments

x

a data.frame row containing a single constraint data.

attrib

an item_attrib object or a st_attrib object.