[R] Binding multiple data frames into single data frame

Madana_Babu madana_babu at infosys.com
Mon Jul 25 02:38:30 CEST 2011


Hi all,

I have multiple data frames created with equal number of columns in each
data frame by using mclapply() on multicore processor. The data frames are
like DF[[1]], DF[[2]], ... DF[[150]]. Now i want to bind (Similar like
rbind()) all these data frames and create one single data frame called DF so
that i can have the complete data for further analysis. Can someone help me
in performing this function through looking (without manual specification of
DF[[count]]s).

Thanks in advance for your help.

Regards,
Madana 

--
View this message in context: http://r.789695.n4.nabble.com/Binding-multiple-data-frames-into-single-data-frame-tp3691335p3691335.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list