Description Usage Arguments Value
View source: R/util_callstack_functions.R
Returns information about the current callstack adjusted for "implicit" function calls like tryCatch. getCallstack can be used to return information in case of errors or to determine the calling function when creating an actionInfo
1 | getCallStack(offset = 0, excludeEnvironments = c("base", "methods"))
|
offset |
|
excludeEnvironments |
("implicit" functions from these environments are not included into the callstack) |
dataframe with rows per call, top level call in row 1; and columns envName, funcName, scriptName: contains name of scriptfile, where file of script is given for called function, contains name of package of function otherwise; scriptPath: contains path of scriptfile or package details respectively (see scriptName)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.