> 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
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to