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?
See also
Other Context:
class_scope(),
exec_context(),
format_fn_call(),
get_r_version(),
get_system_info(),
sys_context()