``` R bar <- data_frame(a = c("a", "b")) foo <- bar[matrix(TRUE, nrow = 2, ncol = 1)] foo ``` This is the root cause of https://github.com/hadley/dplyr/issues/1798
This is the root cause of tidyverse/dplyr#1798