revTraceback: Get and Print Call Stacks (reverse order)

Description Usage Arguments

Description

Same as base::traceback but in reverse order

Usage

1
2
revTraceback(x = NULL, max.lines = getOption("deparse.max.lines"),
  trace = TRUE)

Arguments

x

NULL (default, meaning .Traceback), or an integer count of calls to skip in the current stack, or a list or pairlist of deparsed calls. See the details.

max.lines

The maximum number of lines to be printed per call. The default is unlimited.

trace

should the call stacks be output


bozenne/butils.base documentation built on April 1, 2020, 6:13 p.m.