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

View source: R/valueRangeExpression.R

vreIsMatchR Documentation

Test whether a value matches a value range expression.

Description

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

Usage

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.


cbailiss/pivottabler documentation built on Oct. 14, 2023, 9:38 a.m.