[Rd] is there String concating function in R?

Saurin Jani saurin_jani at yahoo.com
Mon Jan 10 16:50:34 CET 2005


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



More information about the R-devel mailing list