Skip to content

nested (list) columns don't get a color in vis_dat(palette = "qual") #127

@jzadra

Description

@jzadra

Using vis_dat(palette = "qual") on a tibble with a nested (list) column does not give a color to the list column, making them appear to be all NAs.

require(tidyverse)
#> Loading required package: tidyverse
require(visdat)
#> Loading required package: visdat

mtcars %>% 
  nest(gearcarb = c(gear, carb)) %>% 
  vis_dat(palette = "qual")

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions