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