poissonconsulting / tidyplus

An R package of additional tidyverse functions
https://poissonconsulting.github.io/tidyplus/
Other
9 stars 0 forks source link

Add function `distinct_identical()` to keep those columns that have identical values for each grouping in distinct #10

Open joethorley opened 1 year ago

joethorley commented 1 year ago

should allow for NAs to be considered distinct vs not.

joethorley commented 1 year ago

or call distinct_same() or distinct_unique()

have argument .na_distinct = TRUE

joethorley commented 1 year ago

or distinct_keep_same() etc