#' Not In operator
#'
#' @name %notin%
#' @rdname notin
#' @keywords internal
#' @export
#' @examples
#' "a" %notin% LETTERS
#' "A" %notin% LETTERS
#' 1 %notin% NULL
`%notin%` <- Negate(`%in%`)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.