Hi

I have the following function which should return the name of FUN:

myFUN <- function(FUN) {
  return( THE_NAME_OF_FUN(FUN))
}

Is it possible? What do I have tio use here instead of THE_NAME_OF_FUN?

Thanks,

Rainer

-- 
Rainer M. Krug, Centre of Excellence for Invasion Biology, Stellenbosch
University, South Africa

        [[alternative HTML version deleted]]

______________________________________________
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