Skip to content

Instantly share code, notes, and snippets.

@alfcrisci
Created March 18, 2015 11:17
Show Gist options
  • Save alfcrisci/01ae23fb9320adc8a7fb to your computer and use it in GitHub Desktop.
Save alfcrisci/01ae23fb9320adc8a7fb to your computer and use it in GitHub Desktop.
outersect <- function(x, y) {
sort(c(x[!x%in%y],
y[!y%in%x]))
}
@alfcrisci
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment