Submitted by: Arun ; Assigned to: Arun ; R-Forge link
rbind has a fill=TRUE argument currently which uses rbindlist to do the filling (similar to plyr's rbind.fill), but it does so in R. This can be made a lot quicker in C.
Also, rbindlist by itself should get the fill=TRUE argument. Then one can use rbindlist or rbind (which should internally call rbindlist anyways to take advantage of the fill argument.
Submitted by: Arun ; Assigned to: Arun ; R-Forge link
rbindhas afill=TRUEargument currently which usesrbindlistto do the filling (similar toplyr'srbind.fill), but it does so in R. This can be made a lot quicker in C.Also,
rbindlistby itself should get thefill=TRUEargument. Then one can userbindlistorrbind(which should internally callrbindlistanyways to take advantage of thefillargument.