Description Usage Arguments Details Value Author(s) Examples
Get number of conditions of a given type for an AnalysisPageValueWithConditions
1 |
vwc |
AnalysisPageValueWithConditions |
type |
"messages", "warnings" or "error" |
Get number of conditions of a given type for an AnalysisPageValueWithConditions.
Number of conditions. (For "error" it can only be 0 or 1, and is equivalent
to calling as.integer(vwc.is.error())
).
Brad Friedman
1 2 | vwc <- tryKeepConditions({stop("This isn't going to work")})
vwc.n(vwc, "error")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.