get_call_stack {dyn.log} | R Documentation |
Formatted Call Stack
Description
Placeholder for the formatted call stack in a log layout.
Usage
get_call_stack(
keep_args = FALSE,
call_subset = c(-1, -1),
filter_internal = TRUE
)
Arguments
keep_args |
T/F to indicate if you want to keep call arguments or not. |
call_subset |
offset index into system calls |
filter_internal |
filter out internal calls? |
Value
formatted call stack
See Also
Other Context:
class_scope()
,
exec_context()
,
format_fn_call()
,
get_r_version()
,
get_system_info()
,
sys_context()
[Package dyn.log version 0.4.0 Index]