Skip to content

White and black show as greyNA #48

@rjake

Description

@rjake

Add test length(color_table$color_name) == n_distinct(color_table$color_name)

color_table |> 
  filter(color == "grey") |> 
  pull(color_name) |> 
  sort()

# [1] "grey"   "grey1"  "grey2"  "grey3"  "grey4"  "grey5"  "greyNA" "greyNA"
#                                                                ^^       ^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions