in_range {queryBuilder}R Documentation

Check if value fits to a range

Description

Check if value fits to a range

Usage

in_range(x, range)

Arguments

x

Numeric value.

range

Vector of length 2, storing range change limits.

Value

A logical vector indicating which elements of x fit into the specified range.


[Package queryBuilder version 0.1.0 Index]