vwc.value: vwc.value

Description Usage Arguments Details Value Author(s) Examples

View source: R/error.R

Description

Get value of any AnalysisPageValueWithConditions

Usage

1
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

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

AnalysisPageServer documentation built on April 28, 2020, 6:32 p.m.