Skip to content
Prev 67686 / 398506 Next

Reading and coalescing many datafiles.

In my experience, using 'do.call("rbind", ...)' after storing all the 
data files in a list is much better than 'rbind'-ing on the fly.

-roger
asr at ufl.edu wrote: