[R] PRoblem with paste function
Fahim Mohammad
fahim.md at gmail.com
Wed Sep 2 18:49:20 CEST 2009
I am having trouble with paste function. I dont know how to proceed. I tried
many options but i failed miserably.
I am using a variable f1 to assign a string as below:
f1=dataLine[locAffyProbeID];
( the value of f1 is 244901_at )
Then I am using the paste function
paste("set @g1=", f1);
instead of getting set at g1=244901_at, I am getting set @g1=23.
I am not able to understand why it is so.
Can anyone help!!!!!!!Please..
Thanks
--
View this message in context: http://www.nabble.com/PRoblem-with-paste-function-tp25261314p25261314.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list