util_find_external_functions_in_stacktrace: Find externally called function in the stack trace

View source: R/util_find_external_functions_in_stacktrace.R

util_find_external_functions_in_stacktraceR Documentation

Find externally called function in the stack trace

Description

intended use: error messages for the user

Usage

util_find_external_functions_in_stacktrace(
  sfs = rev(sys.frames()),
  cls = rev(sys.calls())
)

Arguments

sfs

reverse sys.frames to search in

cls

reverse sys.calls to search in

Value

vector of logicals stating for each index, if it had been called externally


dataquieR documentation built on July 26, 2023, 6:10 p.m.