```r library(ggplot2) library(granovaGG) library(magrittr) ggplot2::mpg %>% select(cty, hwy) %>% granovaGG::granovagg.ds(data = .) ``` produces this error > `Error: Length of logical index vector must be 1 or 1, got: 234`
produces this error