funchir-infix | R Documentation |
An infix operator as convenient shorthand for set modulation (A\B)
A %\% B
A , B |
Objects which can be treated as sets. |
This is just a wrapper for setdiff
set1 <- 1:5
set2 <- 4:6
set1 %\% set2 # c(1,2,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.