[R] Flattening a list of data frames

2005-03-10 Thread Lorin Hochstein
Hello all, Simple version of my problem: I've got a list of data frames, where each data frame has the same number of columns and the same column names. I'd like to flatten the list into one large data frame. Is there an easy way to do this? Quick example code: a <- data.frame(x=c(1,2,3),y=c(5,7

Re: [R] Flattening a list of data frames

2005-03-10 Thread Dimitris Rizopoulos
/ http://www.student.kuleuven.ac.be/~m0390867/dimitris.htm - Original Message - From: "Lorin Hochstein" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 09, 2005 9:07 PM Subject: [R] Flattening a list of data frames Hello all, Simple version of my problem: I've got a