Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[R-Forge #5690] rbindlist/rbind should be able to recycle wherever possible #524
Comments
|
Planning to close this as wont-fix in the same spirit as the change in v1.12.2 to stop |
|
Have read the links now. I didn't realize rbindlist didn't recycle length-1 items. Agree it should do.
Current behaviour :
Expected behaviour :
Will do. |
Submitted by: Arun ; Assigned to: Nobody; R-Forge link
I'm quite satisfied with the implementation of use.names and fill arguments and moving everything to C, with the recent commit (1266 v1.9.3). However, as written here: http://lists.r-forge.r-project.org/pipermail/datatable-help/2014-May/002552.html I'd love for the recycling feature to be present as well, as this'd allow for replacing the "binding" inside
[.data.tableto userbindlistwithuse.names = TRUE.This'll also solve http://lists.r-forge.r-project.org/pipermail/datatable-help/2014-April/002480.html issue (if we use
rbindlistinternally in[.data.tablewith use.names=TRUE (or keeping it as an additional argument).