[R] concatenating multiple columns from files

ferreirafm ferreirafm at lim12.fm.usp.br
Fri Jul 31 00:45:46 CEST 2009


R-users,
I want to concatenate columns from different files in a  single object. 
I'm doing bad. My peace of code is as follow:

rawdata <- list.files("./data")

for (i in rawdata) {
  mat <- read.table(paste(i ,sep=""))
}

At the end of the loop I have just one column. What I'm doing wrong?
Thanks,


-- 
View this message in context: http://www.nabble.com/concatenating-multiple-columns-from-files-tp24748542p24748542.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list