revTraceback | R Documentation |
Same as base::traceback
but in reverse order
revTraceback(
x = NULL,
max.lines = getOption("deparse.max.lines"),
trace = TRUE
)
x |
|
max.lines |
a number, the maximum number of lines to be printed
per call. The default is unlimited. Applies only when |
trace |
should the call stacks be output |
Used by emacs-config.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.