Description Usage Arguments Value Examples
Operator, oposite to %in%.
1  | x %!in% table
 | 
x | 
 vector or   | 
table | 
 vector or   | 
A vector of the same length as x. 
%!in%: A logical vector, indicating if a match was located for
each element of x: thus the values are TRUE or FALSE
and never NA.
1 2  | 1:10 %!in% c(1,3,5,9)
#> [1] FALSE  TRUE FALSE  TRUE FALSE  TRUE  TRUE  TRUE FALSE  TRUE
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.