Description Usage Examples
View source: R/utils.R
This function negates the macth operator.
1
not_in(x, y)
1 2 3 4 5
{ a <- "a" ab <- c("a", "b") not_in(a, ab) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.