[Rd] is there String concating function in R?

Jeff Gentry jgentry at jimmy.harvard.edu
Mon Jan 10 17:04:42 CET 2005


> 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



More information about the R-devel mailing list