Rbind with new columns and data.table

后端 未结 5 693
借酒劲吻你
借酒劲吻你 2020-12-30 07:38

I need to add many large tables to an existing table, so I use rbind with the excellent package data.table. But some of the later tables have more columns than the original

5条回答
  •  情话喂你
    2020-12-30 08:11

    The answers are awesome, but looks like, there are some functions suggested here such as plyr::rbind.fill and gtools::smartbind which seemed to work perfectly for me.

提交回复
热议问题