Re: [Rd] combining large list of data.frames

2012-04-24 Thread Cole Beck
TF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=C LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.16.0 Cheers, Patrick

[Rd] combining large list of data.frames

2012-04-19 Thread Cole Beck
combine(dat, 100)) # takes 5-10 seconds I'm very surprised by this result. Does this improvement seem reasonable? I would think "do.call" could utilize something similar by default when the length of "args" is too high. Is using "do.call" not recommended