> 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