Learn R Programming

chorrrds (version 0.1.9.5)

not_in: This function negates the match operator.

Description

This function negates the match operator.

Usage

not_in(x, y)

Arguments

Examples

Run this code
# NOT RUN {
{
a <- "a"
ab <- c("a", "b")
  not_in(a, ab)
}
# }

Run the code above in your browser using DataLab