paste(...,collapse=" ") Michael Weylandt
On Mon, Sep 19, 2011 at 9:58 AM, Marion Wenty <marion.we...@gmail.com>wrote: > hello, > > i am familiar with the paste command with which i can paste for exaple: > > object <- "Hello" > paste(object,"World") > > now i would like to be able to paste all the elements of the same vector > together e.g: > > object <- c("Hello","World") > > getting as a result also: > > "Hello World". > > Does anyone know the solution to this problem? > > Thank you very much in advance. > > Marion > > [[alternative HTML version deleted]] > > ______________________________________________ > 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. > [[alternative HTML version deleted]] ______________________________________________ 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.