Skip to content

vis_dat palette 'qual' doesn't have color/type for ordered #131

@jzadra

Description

@jzadra

When there is an ordered factor in the data, using vis_dat(., palette = "qual") shows them as grey and is not listed in the Type.

require(tidyverse)
#> Loading required package: tidyverse
require(visdat)
#> Loading required package: visdat
mtcars %>% 
  mutate(gear = ordered(gear)) %>% 
  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