0

I have many (more than 20) matrices with the same dimension and sequential names like 'mat01', 'mat02', 'mat03', ... , 'mat20', etc.

Can I rbind or cbind all these matrices without typing every single matrix names?

Edit. I need to revise my question. The matrices are not yet in the R workspace. It is separate csv files in my local computer such as "c:/mat1.csv", "c:/mat2.csv". Then the answer in the Rbind dataframes using wildcard does not apply.

Community
  • 1
  • 1
user67275
  • 1
  • 9
  • 38
  • 64
  • http://stackoverflow.com/questions/21530779/rbind-dataframes-using-wildcard –  Jan 06 '16 at 01:50
  • @Pascal Please see my edit – user67275 Jan 06 '16 at 02:01
  • Is there any way that I can notify the users nrussell, jbaums and the latemail who marked this as duplicate that I edited my question? Is this automatically notified? – user67275 Jan 06 '16 at 02:02
  • Still a dupe: http://stackoverflow.com/questions/11433432/importing-multiple-csv-files-into-r –  Jan 06 '16 at 02:08

0 Answers0