Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[R-Forge #5249] "fill=TRUE" argument should be added to 'rbindlist' and must be implemented in C #345

Closed
arunsrinivasan opened this issue Jun 8, 2014 · 0 comments
Assignees
Milestone

Comments

@arunsrinivasan
Copy link
Member

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.

@arunsrinivasan arunsrinivasan added this to the v1.9.4 milestone Jun 19, 2014
@arunsrinivasan arunsrinivasan self-assigned this Jun 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant