(Internal) Check if customized first segments are available
isCustomFirstSegmentAvailable
is an internal function for checking if customized first segments are available.
isCustomFirstSegmentAvailable(available, n_values, position)
available
: TRUE
or FALSE
. This indicates whether segment values have been supplied in the config.n_values
: the number of supplied values.position
: the position within the current administration (i.e., test progress)isCustomFirstSegmentAvailable
returns TRUE
or FALSE
.