How can I rbind a list of data frames using only specific columns? Something like do.call(rbind, data) works fine, but I dont't know how to exclude a vector of specific columns. Dropping unnecessary columns afterwards seems is ok, but maybe there is a cleaner way to do this?
mergeorrbind? You need to get your definitions straight.rbind.