Learn R Programming

dyn.log (version 0.4.0)

is_logger_call: Is Logger Call

Description

Determines if a call came from the logger, so we can exclude it from the call stack.

Usage

is_logger_call(call)

Arguments

call

function call

Value

string representation of a func call.

See Also

Other Internal: clean_internal_calls(), extract_func_name()