[R] variable definition

Wolski wolski at molgen.mpg.de
Sun Jul 11 18:05:29 CEST 2004


Hallo!
?assign

z<-"now"
assign(paste("go", z, sep = ".") ,10)


Sincerely
Eryk

*********** REPLY SEPARATOR  ***********

On 7/11/2004 at 10:02 PM Andrew R. Criswell wrote:

>>>Hello All:
>>>
>>>This function obviously fails
>>>
>>>    x <- function(z) <- 10
>>>    x("now")
>>>
>>>But is there a way to define the name of a variable through passing a
>>>parameter in a function call?
>>>
>>>Thanks,
>>>ANDREW
>>>
>>>______________________________________________
>>>R-help at stat.math.ethz.ch mailing list
>>>https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>>>PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html



Dipl. bio-chem. Eryk Witold Wolski    @    MPI-Moleculare Genetic   
Ihnestrasse 63-73 14195 Berlin       'v'    
tel: 0049-30-83875219               /   \    
mail: wolski at molgen.mpg.de        ---W-W----    http://www.molgen.mpg.de/~wolski




More information about the R-help mailing list