in_range: Check if value fits to a range

View source: R/operators.R

in_rangeR 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.


queryBuilder documentation built on Oct. 7, 2024, 1:19 a.m.