Skip to content

granovagg.ds fails even with sensible data #168

Description

@briandk
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions