getTraceback {AnalysisPageServer} | R Documentation |
Get traceback from tryKeepTraceback()
getTraceback(mto)
mto |
An object of the try-error class |
Traceback as a string
x <- tryKeepTraceback(stop("no way")) if(is(x, "try-error")) cat(getTraceback(x))