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.