Skip to content

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

@ttuggle

Description

@ttuggle

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions