find_call: Find the Call of a Parent Function in the Call Hierarchy

View source: R/utils.R

find_callR Documentation

Find the Call of a Parent Function in the Call Hierarchy

Description

This function is designed to inspect the call hierarchy and identify the call of a parent function. Any wrapper environments above the global R environment that some IDEs cause are ignored.

Usage

find_call()

Value

Returns the call of the parent function, or NULL if no such call is found.


loggit2 documentation built on June 8, 2025, 10:26 a.m.