%notin% | R Documentation |
Function to return elements of x that are not in y.
x %notin% y
x |
Object 1. |
y |
Object 2. |
Returns the result of !
tmp1 <- c("a","b","c")
tmp2 <- c("b", "c", "d")
tmp1 %notin% tmp2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.