Learn R Programming

AnalysisPageServer (version 1.6.2)

vwc.value: vwc.value

Description

Get value of any AnalysisPageValueWithConditions

Usage

vwc.value(vwc)

Arguments

vwc
AnalysisPageValueWithConditions

Value

Value of original evaluated expression, or NULL if an error was thrown.

Details

Get value of any AnalysisPageValueWithConditions. If an error was thrown then the value will be NULL.

Examples

Run this code
vwc <- tryKeepConditions({3+5})
vwc.value(vwc)

Run the code above in your browser using DataLab