I have data in a csv file in a single column with 6954 values. I want to split this column into multiple columns such that each column has 122 data and next column has the next 122 data and so on. I guess, I will have a final matrix of 122 rows and 57 columns. Any help will be appreciated.
Thanks
read.csvto read in comma-seperated value files: stat.ethz.ch/R-manual/R-devel/library/utils/html/….