Skip to content

Instantly share code, notes, and snippets.

@selva86
Created January 15, 2020 01:01
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 selva86/29f170280a4b95e357b9ee3535083c6d to your computer and use it in GitHub Desktop.
Save selva86/29f170280a4b95e357b9ee3535083c6d to your computer and use it in GitHub Desktop.
m1 <- c(7, 4, 4, 14, 8, 14, 8, 1, 4, 1, 13, 5, 12, 13, 11, 5, 15, 1, 7, 4, 8, 4)
m2 <- c(17, 18, 7, 6, 20, 9, 20, 14, 5, 12, 15, 20, 8, 14, 14, 15, 12, 7, 20, 8, 8, 13, 8)
m1
m2
# Find items that are not common between m1 and m2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment