Skip to content

Instantly share code, notes, and snippets.

@astatham
Created November 8, 2010 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astatham/667271 to your computer and use it in GitHub Desktop.
Save astatham/667271 to your computer and use it in GitHub Desktop.
not %in%
> 2:3 %in% 1:5
[1] TRUE TRUE
> !2:3 %in% 1:5
[1] FALSE FALSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment