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

Stack imbalance with NULLs in rbindlist when use.names, fill=TRUE #980

Closed
ttuggle opened this issue Dec 4, 2014 · 0 comments
Closed

Stack imbalance with NULLs in rbindlist when use.names, fill=TRUE #980

ttuggle opened this issue Dec 4, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@ttuggle
Copy link

ttuggle commented Dec 4, 2014

The following fails with a stack imbalance:

rbindlist(replicate(4,rbindlist(replicate(47, NULL), use.names=TRUE, fill=TRUE)), use.names=TRUE, fill=TRUE)
## Warning: stack imbalance in 'lapply', 13 then 15
## Null data.table (0 rows and 0 cols)

Unfortunately this is in a routine where data may or may not be present, so I need to handle it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants