ganalytics (version 0.10.4)

CheckVectorBounds: CheckVectorBounds

Description

Check the length of each named slot within object is within the lower and upper bounds specified.

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 vectors specifying the upper and lower bounds for the length of each slot of object.