Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

grapes-notin-grapes

notin operator


Description

"not in" operator - works best when used inside filter.()

Usage

x %notin% y

Arguments

x

vector or NULL

y

vector or NULL

Examples

test_df <- tidytable(x = 1:4, y = 1:4)

test_df %>%
  filter.(x %notin% c(2, 4))

tidytable

Tidy Interface to 'data.table'

v0.6.1
MIT + file LICENSE
Authors
Mark Fairbanks [aut, cre], Abdessabour Moutik [ctb], Matt Carlson [ctb], Ivan Leung [ctb], Ross Kennedy [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.