Skip to content
Prev 30202 / 398503 Next

Combining the components of a character vector

<snippage>
I might also take this opportunity to note that if paste() didn't have the
collapse=  argument there would still be more elegant way to write the
loop

   do.call("paste",as.list(x))

creates a call to paste() whose arguments are the elements of x.


	-thomas