isnot_in | R Documentation |
Return TRUE if x is not contained in y, the opposite of %in%.
isnot_in(x, y)
x |
A vector |
y |
A vector |
A boolean vector with the return from the condition check.
isnot_in("a", letters)
isnot_in("1", letters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.