[R] append string to a string

Jörg Groß joerg at licht-malerei.de
Wed Dec 17 04:39:00 CET 2008


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?



More information about the R-help mailing list