Converts a call object to a string and optionally determines the full call stack.
call_2_string(call, full_stack = FALSE, default_cutoff = 4L)
Deparsed call as string.
Call object.
Include the full call stack?
Number of calls to cut from the end of the call stack if no matching call is found.
The full call stack can only be determined if the call is in the current context. The default cutoff is 4
because the only known case is an primitive error in with_loggit()
which adds 4 calls to the stack.