not_in: This function negates the macth operator.

Description Usage Examples

View source: R/utils.R

Description

This function negates the macth operator.

Usage

1
not_in(x, y)

Examples

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

brunaw/unitTools documentation built on May 5, 2019, 12:29 a.m.