getTraceback {AnalysisPageServer}R Documentation

getTraceback

Description

Get traceback from tryKeepTraceback()

Usage

getTraceback(mto)

Arguments

mto

An object of the try-error class

Value

Traceback as a string

Examples

x <- tryKeepTraceback(stop("no way"))
if(is(x, "try-error"))  cat(getTraceback(x))

[Package AnalysisPageServer version 1.20.0 Index]