vwc.value {AnalysisPageServer} | R Documentation |
Get value of any AnalysisPageValueWithConditions
vwc.value(vwc)
vwc |
AnalysisPageValueWithConditions |
Get value of any AnalysisPageValueWithConditions. If an error was thrown then the value will be NULL.
Value of original evaluated expression, or NULL if an error was thrown.
Brad Friedman
vwc <- tryKeepConditions({3+5}) vwc.value(vwc)