vreIsMatch: Test whether a value matches a value range expression.

Description Usage Arguments Value

View source: R/valueRangeExpression.R

Description

vreIsMatch tests a value (e.g. from a cell) matches the criteria specified in a value range expression.

Usage

1
vreIsMatch(vre, v, testOnly = FALSE)

Arguments

vre

The value range expression.

v

The value.

testOnly

'TRUE' if this comparison is just a test.

Value

'TRUE' if v matches the criteria specified in the value range expression, 'FALSE' otherwise.


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