markfairbanks / tidytable

Tidy interface to 'data.table'
https://markfairbanks.github.io/tidytable/
Other
450 stars 32 forks source link

`%notin%` fails if comparing character with `NA` #556

Closed markfairbanks closed 2 years ago

markfairbanks commented 2 years ago
pacman::p_load(tidytable)

"x" %notin% NA
#> Error in x %chin% y: table is type 'logical' (must be 'character' or NULL)