in_range {queryBuilder} | R Documentation |
Check if value fits to a range
in_range(x, range)
x |
Numeric value. |
range |
Vector of length 2, storing range change limits. |
A logical vector indicating which elements of x
fit into the specified range
.