Skip to content

Can create corrupt data frame with matrix indexing #83

Description

@hadley
bar <- data_frame(a = c("a", "b"))
foo <- bar[matrix(TRUE, nrow = 2, ncol = 1)]
foo

This is the root cause of tidyverse/dplyr#1798

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions