Description Usage Arguments Value Examples
Wrapper around try-catch
1 | tryKeepTraceback(expr)
|
expr |
Expression to evaluate |
Result of expression or error if thrown
1 2 | x <- tryKeepTraceback(stop("no way"))
if(is(x, "try-error")) cat(getTraceback(x))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.