is_less_than: Check if a numeric vector is less than a specified maximum value
Description
This function checks if a numeric vector is less than a specified maximum value. It can also optionally check if all elements of the vector must be less than the maximum value or if only one element is sufficient
Usage
is_less_than(x, maximum)
Value
A logical value indicating whether all elements of the numeric vector x are less than the specified maximum value