stack2funs | R Documentation |
Reduce the Call Stack to Just a Vector of Function Names
stack2funs(stack)
stack |
A character vector. |
A character vector.
Other utils:
check_valid()
,
combo2props()
,
meets_errs()
,
spec2combos()
,
spec2props()
egStack2Funs <- function() {
egStack2FunsF <- function() {
stack <- uj::callers()
uj::stack2funs(stack)
}
egStack2FunsE <- function() {egStack2FunsF()}
egStack2FunsD <- function() {egStack2FunsE()}
egStack2FunsC <- function() {egStack2FunsD()}
egStack2FunsB <- function() {egStack2FunsC()}
egStack2FunsA <- function() {egStack2FunsB()}
egStack2FunsA()
}
egStack2Funs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.