CheckVectorBounds: CheckVectorBounds
Description
Check that the length of each named slot within object
is within the
specified lower and upper bounds.
Usage
CheckVectorBounds(object, slot_vector_bound_list)
Arguments
object
an object with slots that match the names of
slot_vector_bound_list
slot_vector_bound_list
a named list of length 2 vectors specifying the
upper and lower bounds for the length of each slot of object.