not_in: This function negates the match operator.

Description Usage Examples

View source: R/utils.R

Description

This function negates the match operator.

Usage

1
not_in(x, y)

Examples

1
2
3
4
5
{
a <- "a"
ab <- c("a", "b")
  not_in(a, ab)
}

chorrrds documentation built on July 2, 2020, 2:24 a.m.

Related to not_in in chorrrds...