Skip to content

left_join crashes R with zero length by argument #1496

@nverno

Description

@nverno

I noticed that as a result of running complete incorrectly from tidyr. The following crashes R

x <- data.frame()
y <- data.frame(a=1)
## R crashes with the following
## left_join(x, y, by=names(x))

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions