On Wed, Dec 17, 2008 at 9:09 AM, Jörg Groß <jo...@licht-malerei.de> wrote:
> hi,
>
>
> I want to append a string to a string like;
>
> x <- c("abc")
> append(x, "def")

paste (x, "def", sep="")

see ?paste

HTH
Aval

______________________________________________
R-help@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.

Reply via email to