I did try ?paste and paste(a,b,separator=""). same result Thanks, -Abhi
On Wed, Sep 9, 2009 at 5:11 PM, milton ruser <milton.ru...@gmail.com> wrote: > You not tryed ?paste :-) > > paste(a,b,sep="") > > bests > > milton > > On Wed, Sep 9, 2009 at 5:08 PM, Abhishek Pratap <abhishek....@gmail.com>wrote: > >> Hi Guys >> I am want to join to strings in R. I am using paste but not getting >> desirable result. >> >> For the sake of clarity, a quick example: >> >> > a="Bio" >> > b="iology" >> > paste(a,b) >> [1] "Bio iology" >> >> >> *There is a SPACE in the word biology which is what I dont want * >> >> >> Thanks, >> -Abhi >> >> [[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<http://www.r-project.org/posting-guide.html> >> and provide commented, minimal, self-contained, reproducible code. >> > > [[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.