On 10/09/2009, at 9:08 AM, Abhishek Pratap 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 *

(1) RTFM

(2) paste(a,b,sep="")

        cheers,

                Rolf Turner

######################################################################
Attention:\ This e-mail message is privileged and confid...{{dropped:9}}

______________________________________________
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.

Reply via email to