validateFullColumn {TestDesign} | R Documentation |
(Internal) Validate constraint for completeness of its required attribute column
Description
validateFullColumn
is an internal function for
validating a constraint for whether its required attribute column is complete (i.e., does not have NA values).
Usage
validateFullColumn(x, attrib, class_name)
Arguments
x |
a |
attrib |
an |
class_name |
|
Value
validateFullColumn
does not return any values;
it stop
s if the input constraint is not valid.
[Package TestDesign version 1.7.0 Index]