Skip to content

Instantly share code, notes, and snippets.

@mjkallen
Created July 30, 2014 09:42
Show Gist options
  • Save mjkallen/ecf255c240960d7084ae to your computer and use it in GitHub Desktop.
Save mjkallen/ecf255c240960d7084ae to your computer and use it in GitHub Desktop.
%notin%
`%notin%` <- function(x, table) {
match(x, table, nomatch = 0L) < 1L
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment