Description Usage Arguments Value Examples
Get traceback from tryKeepTraceback()
1 | getTraceback(mto)
|
mto |
An object of the try-error class |
Traceback as a string
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.