Description Usage Arguments Details Value Author(s) See Also Examples
Get traceback for error
1 | vwc.error.traceback(vwc)
|
vwc |
AnalysisPageValueWithConditions |
Get traceback for error
Charvecs, or NULL if there was no error.
(In this it differs from vwc.tracebacks
, which
throws an error).
Brad Friedman
1 2 3 4 5 6 7 | f <- function(msg) {
stop(msg)
}
vwc <- tryKeepConditions({
f("foo")
})
vwc.error.traceback(vwc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.