calledBy | R Documentation |
Checks if the result from base::sys.calls contains a call from fun
.
calledBy(fun = "exams2pdf")
called_by(fun = "exams2pdf")
fun |
character: name of the calling function (default: |
logical
funb <- function() { calledBy('funa') }
funa <- function() { funb() }
funa()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.