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

Description Usage Arguments Value

View source: R/valueRangeExpression.R

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

1

Arguments

vre

The value range expression to examine.

Value

A standard R logical expression.


basictabler documentation built on June 26, 2021, 5:05 p.m.