####################################################################################################################################
################################## getFuncName #####################################################################################
# >>
getFuncName <- function() {
callingFun = as.list(sys.call(-1))[[1]]
calledFun = as.list(sys.call())[[1]]
callingFun = as.character(callingFun)
return(callingFun)
# message(paste(callingFun, " is calling ", calledFun, sep=""))
}
# <<
################################## getFuncName #####################################################################################
####################################################################################################################################
####################################################################################################################################
################################## Help Code #######################################################################################
# >>
# funcName = getFuncName()
# <<
################################## Help Code #######################################################################################
####################################################################################################################################
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.