#' %!in% function
#'
#' This internal function is a reverse %in%
#' @export
#' @examples
#' %!in%()
'%!in%' <- function(ppp,qqq)!('%in%'(ppp,qqq))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.