sys.calls {reflections} R Documentation

Functions to Access the Function Call Stack

Description


These functions provide access to environments (‘frames’ in S terminology)
associated with functions further up the calling stack.

Usage

sys.calls();

Arguments

Details

Authors

SMRUCC genomics Institute

Value

sys.calls and sys.frames give a pairlist of all the active calls and frames, respectively, and sys.parents returns an integer vector of indices of the parent frames of each of those frames.

clr value class

Examples


[Package reflections version 2.33.856.6961 Index]