R/valueRangeExpression.R
vreIsMatch.Rd
vreIsMatch
tests a value (e.g. from a cell) matches
the criteria specified in a value range expression.
vreIsMatch(vre, v, testOnly = FALSE)
The value range expression.
The value.
`TRUE` if this comparison is just a test.
`TRUE` if v matches the criteria specified in the value range expression, `FALSE` otherwise.