Hi,

Is there a way to get the enclosing function name within a function?

For example, I would like to have a function getEnclosingFunctionName().
It works like below

f = function(){
  print(getEnclosingFunctionName())

}


f()  # will print  "f"


Thanks

Jeff

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to