clean_internal_calls {dyn.log}R Documentation

Clean System Calls

Description

Cleans up any internal system calls from inside the package from the call stack.

Usage

clean_internal_calls(call_stack)

Arguments

call_stack

call stack

Value

string representation of a func call.

See Also

Other Internal: extract_func_name(), is_logger_call()


[Package dyn.log version 0.4.0 Index]