%ni% | R Documentation |
This function is the opposite of %in%
in that it finds items not in a vector
x %ni% table
x |
vector or NULL: the values to exclude. Long vectors are supported. |
table |
vector or NULL: the values to be excluded against. Long vectors are not supported. #' @returns A logical vector, indicating if a match was not located for each element of x: thus the values are TRUE or FALSE and never NA. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.