Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

vreIsSimpleNumericRange

Determine if a value range expression is a simple range expression.


Description

vreIsSingleValue is a utility function that returns 'TRUE' if the specified value range expression is a simple range expression of the form "value1<=v<value2", where the logical comparisons can be < or <= only and the values must be numbers.

Usage

vreIsSimpleNumericRange(vre)

Arguments

vre

The value range expression to examine.

Value

'TRUE' if vre is a simple range expression, 'FALSE' otherwise.


basictabler

Construct Rich Tables for Output to 'HTML'/'Excel'

v1.0.0
GPL-3
Authors
Christopher Bailiss [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.