Re: [R] Creating data frame from individual files

2013-04-04 Thread arun
lt;- names(lst1)  res #  File1 File2 #A   2.4   1.3 #B   2.1   0.4 A.K. ____________ From: Adrian Johnson To: arun Sent: Thursday, April 4, 2013 2:49 PM Subject: Re: [R] Creating data frame from individual files HI: sorry for confusion.  I have 72 files and all 72 files

Re: [R] Creating data frame from individual files

2013-04-03 Thread arun
Hi, suppose, you have 3 files with 2 columns: named.list<- list(structure(list(col1 = 1:6, col2 = c(0.5, 0.2, 0.3, 0.3, 0.1, 0.2)), .Names = c("col1", "col2"), class = "data.frame", row.names = c(NA, -6L)), structure(list(col1 = 1:6, col2 = c(0.9, 0.7, 0.5, 0.2, 0.5, 0.2)), .Names = c("col1", "