vreGetSingleValue {basictabler} | R Documentation |
Read the value from a single-valued value range expression.
Description
vreGetSingleValue
is a utility function reads the single value
from a value range expression (it assumes the specified
is either numeric, a number expressed as
text or an expression of the form "v=" or "v==").
Usage
vreGetSingleValue(vre)
Arguments
vre |
The value range expression to examine. |
Value
The value read from the expression.
[Package basictabler version 1.0.2 Index]