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
>>>
>>>______________________________________________
>>>[EMAIL PROTECTED] 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: [EMAIL PROTECTED]        ---W-W----    http://www.molgen.mpg.de/~wolski

______________________________________________
[EMAIL PROTECTED] 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

Reply via email to