util_find_indicator_function_in_callers: Search for a formal in the stack trace

View source: R/util_find_indicator_function_in_callers.R

util_find_indicator_function_in_callersR Documentation

Search for a formal in the stack trace

Description

Similar to dynGet(), find a symbol in the closest data quality indicator function and return its value. Can stop(), if symbol evaluation causes a stop.

Usage

util_find_indicator_function_in_callers(symbol = "resp_vars")

Arguments

symbol

symbol to find

Value

value of the symbol, if available, NULL otherwise

See Also

Other condition_functions: util_condition_constructor_factory(), util_deparse1(), util_error(), util_find_external_functions_in_stacktrace(), util_find_first_externally_called_functions_in_stacktrace(), util_message(), util_warning()


dataquieR documentation built on May 29, 2024, 7:18 a.m.