[R] parallel rbind

Steven Bauer steven.bauer at gmail.com
Mon Aug 29 02:36:19 CEST 2011


As I am sitting here waiting for some R scripts to run...I was
wondering... is there any way to parallelize rbind in R?

I wait for this call to complete frequently as I deal with large
amounts of data.

do.call("rbind", LIST)



More information about the R-help mailing list