Skip to content

Instantly share code, notes, and snippets.

@gomesfellipe
Last active March 26, 2018 20:52
Show Gist options
  • Save gomesfellipe/39e70a1b7c625a8a90309da549bdb6f4 to your computer and use it in GitHub Desktop.
Save gomesfellipe/39e70a1b7c625a8a90309da549bdb6f4 to your computer and use it in GitHub Desktop.
library(dplyr)
# define %notin% function
"%!in%" <- function(x,y)!("%in%"(x,y))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment