View source: R/valueRangeExpression.R
vreIsMatch | R Documentation |
vreIsMatch
tests a value (e.g. from a cell) matches
the criteria specified in a value range expression.
vreIsMatch(vre, v, testOnly = FALSE)
vre |
The value range expression. |
v |
The value. |
testOnly |
'TRUE' if this comparison is just a test. |
'TRUE' if v matches the criteria specified in the value range expression, 'FALSE' otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.