vreConvertSimpleNumericRange: Convert a simple range expression to a standard R logical...

View source: R/valueRangeExpression.R

vreConvertSimpleNumericRangeR Documentation

Convert a simple range expression to a standard R logical expression.

Description

vreConvertSimpleNumericRange is a utility function that converts a simple range expression of the form "value1<=v<value2" to a standard R logical expression of the form "value1<=v && v<value2".

Usage

vreConvertSimpleNumericRange(vre)

Arguments

vre

The value range expression to examine.

Value

A standard R logical expression.


pivottabler documentation built on Oct. 1, 2023, 5:07 p.m.