notin operator
"not in" operator - works best when used inside filter.()
x %notin% y
x |
vector or NULL |
y |
vector or NULL |
test_df <- tidytable(x = 1:4, y = 1:4) test_df %>% filter.(x %notin% c(2, 4))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.