stacktrace: Extract the current context stack to a data frame.

View source: R/context.R

stacktraceR Documentation

Extract the current context stack to a data frame.

Description

Extract the current context stack to a data frame.

Usage

stacktrace()

Value

A data frame with one row per stack frame, with deeper frames first. The stack frame that executes "context" is included, as well as context frames corresponding to builtins, looping and such.


crowding/stacktrace documentation built on June 3, 2022, 1:31 a.m.