-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behaviorrows ↕️Operations on rows: filter(), slice(), arrange()Operations on rows: filter(), slice(), arrange()
Description
I'm again experiencing behavior that was reported as #3195, then closed years ago. I'll use the same reprex. Running dplyr 1.0.7.
starwars %>% distinct(skin_color, hair_color)
#> # A tibble: 50 x 2
#> hair_color skin_color
#> <chr> <chr>
#> 1 blond fair
#> 2 <NA> gold
#> 3 <NA> white, blue
#> 4 none white
#> 5 brown light
#> 6 brown, grey light
#> 7 <NA> white, red
#> 8 black light
#> 9 auburn, white fair
#> 10 auburn, grey fair
#> # ... with 40 more rows
Created on 2022-01-14 by the reprex package (v2.0.1)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behaviorrows ↕️Operations on rows: filter(), slice(), arrange()Operations on rows: filter(), slice(), arrange()