Skip to content

Instantly share code, notes, and snippets.

@alekrutkowski
Last active May 12, 2024 11:14
Show Gist options
  • Save alekrutkowski/b59a6e515bc448ca76745a3c69410d2f to your computer and use it in GitHub Desktop.
Save alekrutkowski/b59a6e515bc448ca76745a3c69410d2f to your computer and use it in GitHub Desktop.
Frequently used R infix operators
`%not in%` <- Negate(`%in%`)
`%without%` <- setdiff
`%++%` <- paste0
`%is%` <- identical
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment