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)
}

brunaw/chorrrds documentation built on Sept. 28, 2020, 4:04 a.m.