revTraceback: Get and Print Call Stacks (reverse order)

revTracebackR Documentation

Get and Print Call Stacks (reverse order)

Description

Same as base::traceback but in reverse order

Usage

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 calls. See the details.

max.lines

a number, the maximum number of lines to be printed per call. The default is unlimited. Applies only when x is NULL, a list or a pairlist of calls, see the details.

trace

should the call stacks be output

Details

Used by emacs-config.


bozenne/butils.base documentation built on May 13, 2024, 12:20 p.m.