[Rd] is there String concating function in R?

Uwe Ligges ligges at statistik.uni-dortmund.de
Mon Jan 10 17:00:19 CET 2005


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
> 
> ______________________________________________
> R-devel at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel



More information about the R-devel mailing list