Skip to content
Prev 295715 / 398503 Next

Multiple cbind according to filename

On 25.05.2012 16:42, Ken wrote:
I think the actual question is how to cbind() all data.frames. The 
answer for that is:

result <- do.call(cbind, alldata)

Best,
Uwe Ligges