sys.call {reflections} | R Documentation |
These functions provide access to environments (‘frames’ in S terminology)
associated with functions further up the calling stack.
sys.call(
which = 0);
sys.call, sys.function and sys.frame accept integer values for the argument which. Non-negative values of which are frame numbers starting from .GlobalEnv whereas negative values are counted back from the frame number of the current evaluation.