getTraceback: getTraceback

Description Usage Arguments Value Examples

View source: R/error.R

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))

AnalysisPageServer documentation built on April 28, 2020, 6:32 p.m.