Hello,

I would like to use the variable name which i assign the return value
of a function in a function. Is that possible?
e.g.

foo <- function(){
    some not to me known R magic
}

myVariableName <- foo()
myVariableName
[1] "myVariableName"

Hope someone can help me.

Thanks
Florian

        [[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