> 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
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
__
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
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