I have folder, which contain around 200 .txt files. I want to read all of the files and select second column of each of them and put them in one matrix. (rbind()) is there any command to read all files at once ?
I want to use :
data<-read.table ("", header= T, sep=",")