getTraceback: getTraceback

Description Usage Arguments Value Examples

Description

Get traceback from tryKeepTraceback()

Usage

1

Arguments

mto

An object of the try-error class

Value

Traceback as a string

Examples

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

apomatix/AnalysisPageServer documentation built on May 26, 2019, 11:36 a.m.