#' @title Not In
#' @description Returns a logical vector detailing which elements of an object are not present in a second object.
#' @return logical vector
#' @export
`%nin%` <- Negate(`%in%`)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.