How about:

> paste( c("a","b","c"), collapse="")
[1] "abc"
>
hope this helps. spencer graves


Matthieu Cornec wrote:

Hello,

I would like to convert c("a","b","c") into "abc".
Anyone could help?
Thanks,

Matthieu Cornec

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html



______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to