#' Not `in`
#'
#' Oh how I was there was a \code{!%in%}, so this does the trick.
#'
#' @inheritParams base::`%in%`
#'
#' @export
#'
`%not_in%` <- function(x, table) {
!(`%in%`(x, table))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.