%not_in% | R Documentation |
Creating %not_in% with purrr::negate. Adapted from the cool, on going, Your
daily dose of purrr
from Colin Fay.
x %not_in% table
x |
vector or NULL: the values to be matched. Long vectors are supported. |
table |
vector or NULL: the values to be matched against. Long vectors are not supported. |
A logical
https://twitter.com/_ColinFay/status/987260548344631298/photo/1
1 %not_in% 1:10
11 %not_in% 1:10
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.