Nothing
#' '%not_in%' operator
#'
#' @name %not_in%
#' @rdname not_in
#' @keywords internal
#' @export
#' @usage x \%not_in\% table
#' @param x A vector of values
#' @param table A vector of values to compare to `table`
#' @return Returns `TRUE` if `x` is **not** present in `table`
`%not_in%` <- purrr::negate(`%in%`)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.