poissonconsulting / tidyplus

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

Add `%nin%` operator #3

Closed joethorley closed 1 year ago

joethorley commented 2 years ago
`%nin%` <- Negate(`%in%`)
joethorley commented 2 years ago

Actually I think this should be in a baseplus package that add base R-esque functionality using base R functions.

aylapear commented 1 year ago

This was done in the baseplus package