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

r-music/chorrrds documentation built on Sept. 26, 2020, 3:48 p.m.