Re: [Rd] is there String concating function in R?

2005-01-10 Thread Jeff Gentry
> I prob. missed it but I would like to make string > concating. Is there any string concating function in > R? > A <- "abc"; > B <- ".jpeg" > > C <- c(A,B); > it does not do abc.jpeg in string format..? ?paste __ R-devel@stat.math.ethz.ch mailing list

Re: [Rd] is there String concating function in R?

2005-01-10 Thread Uwe Ligges
Saurin Jani wrote: Hi All, I prob. missed it but I would like to make string concating. Is there any string concating function in R? A <- "abc"; B <- ".jpeg" C <- c(A,B); it does not do abc.jpeg in string format..? can anyone guide me ? ?paste Uwe Ligges Thank you, Saurin __

Re: [Rd] is there String concating function in R?

2005-01-10 Thread Dimitris Rizopoulos
OTECTED]> To: "Rproject development" Sent: Monday, January 10, 2005 4:50 PM Subject: [Rd] is there String concating function in R? Hi All, I prob. missed it but I would like to make string concating. Is there any string concating function in R? A <- "abc"; B <- ".jp

[Rd] is there String concating function in R?

2005-01-10 Thread Saurin Jani
Hi All, I prob. missed it but I would like to make string concating. Is there any string concating function in R? A <- "abc"; B <- ".jpeg" C <- c(A,B); it does not do abc.jpeg in string format..? can anyone guide me ? Thank you, Saurin __ R-devel@s