####################################################################################################
# %!in%() Exclude! #
####################################################################################################
#' Inverse of the include function `%in%`
#' @param x A vector.
#' @param y A vector
#' @return Logical.
'%!in%' <- function(x,y) {!('%in%'(x,y))}
#'%!in!%' <- Negate(`%in%`)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.