Description Usage Arguments Details Value Author(s) Examples
Return traceback(s) for an AnalysisPageValueWithConditions
1 | vwc.tracebacks(vwc, type = "messages")
|
vwc |
AnalysisPageValueWithConditions |
type |
Type of conditions. Must be "messages", "warnings" or "error".
Default: "messages". A (new) error is thrown if type is "error" but
the |
Return traceback(s) for an AnalysisPageValueWithConditions
For "messages" or "warnings" it gives
a list of Charvecs of tracebacks, as built by getTraceback
.
For "error" it only gives a single charvec, since there is only one error.
Brad Friedman
1 2 3 4 5 6 7 8 | f <- function(msg) {
warning(msg)
}
vwc <- tryKeepConditions({
f("foo")
f("bar")
})
vwc.tracebacks(vwc, "warnings")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.