I am trying to combine a series of 103 tables in R but I keep getting error messages. The latest is 'error in rbindlist... :unused arguments'. My code is:
total<-rbindlist(raw_1_1, raw_1_2, raw_1_3, raw_1_4, raw_1_5) (and so on)
I am trying to combine a series of 103 tables in R but I keep getting error messages. The latest is 'error in rbindlist... :unused arguments'. My code is:
total<-rbindlist(raw_1_1, raw_1_2, raw_1_3, raw_1_4, raw_1_5) (and so on)