Description Usage Arguments Details Value Author(s) Examples
Predicate to test if an AnalysisPageValueWithConditions had an error
1 | vwc.is.error(vwc)
|
vwc |
AnalysisPageValueWithConditions, as returned by |
Predicate to test if an AnalysisPageValueWithConditions had an error
Logical
Brad Friedman
1 2 3 4 5 | vwc <- tryKeepConditions({3+5})
vwc.is.error(vwc)
vwc <- tryKeepConditions({stop("error!")})
vwc.is.error(vwc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.