[R] get the enclosing function name
Henrique Dallazuanna
wwwhsd at gmail.com
Fri Dec 11 15:03:04 CET 2009
Try this;
f <- function()as.character(sys.call())
On Fri, Dec 11, 2009 at 11:50 AM, Hao Cen <hcen at andrew.cmu.edu> wrote:
> 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 at 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.
>
--
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O
More information about the R-help
mailing list