#' The NotIn Functions
#'
#' This function allows you to negate the in function.
#' @param
#' @keywords negate notin
#' @export
`%notin%` <- Negate(`%in%`)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.