Description Usage Arguments Functions
System Call Stack Utilities
1 2 3 4 5 6 7 | sys.function_digest(n = NULL)
sys.function_nframe(fun)
sys.function_frame(fun)
sys.source_file()
|
n |
a single frame |
fun |
the function object to find in the call stack. |
sys.function_digest
: computes digest hash for each function in the call stack.
sys.function_nframe
: returns the index of the frame that calls a given function.
sys.function_frame
: returns the frame that calls a given function.
sys.source_file
: returns path to the script that is being sourced either
by base::source or base::sys.source.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.