vwc.value {AnalysisPageServer}R Documentation

vwc.value

Description

Get value of any AnalysisPageValueWithConditions

Usage

vwc.value(vwc)

Arguments

vwc

AnalysisPageValueWithConditions

Details

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

Value

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

Author(s)

Brad Friedman

Examples

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

[Package AnalysisPageServer version 1.16.0 Index]