within_call {mark} | R Documentation |
Function within
Description
Returns the function call you are within
Usage
within_call()
within_fun()
outer_call(n = 0)
outer_fun(n = 0)
Arguments
n |
The number of calls to move out from |
Value
The string of the call/function
[Package mark version 0.8.0 Index]