So I have large number of csv files (100+) in a directory with same structure and column names. The data is in time series and there are approx 30 columns/file. However i only want to aggregate particular number of columns together while dont care about others. I need help in R coding for this.
e.g i want to aggregate column 2 from every file together in one place, similarly column 2 from every file together. My prefernce is to keep all data in column because row binding has resulted in wrong numbers.