[R] append string to a string

David Winsemius dwinsemius at comcast.net
Wed Dec 17 04:40:26 CET 2008


?paste

On Dec 16, 2008, at 10:39 PM, Jörg Groß wrote:

> hi,
>
>
> I want to append a string to a string like;
>
> x <- c("abc")
> append(x, "def")
>
>
> so that I get for x:
>
> [1] "abcdef"
>
>
> not (!)
> [1] "abc"   "def"
>
>
> How can I do that in R?
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list