%notin% | R Documentation |
negates the %in% infix op, looks for things that are not in your list
... %notin% NA
c(1,2,3) %notin% c(3,4,5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.