not_in: Value Matching

Description Usage Value Examples

Description

Functions to match (or not match) data.

Usage

1
... %not in% NA

Value

TRUE or FALSE value whether an element is in the object or not.

Examples

1
2
 1 %not in% c(2,3,4)
[1] TRUE

andrewjameshaynes/helpeR documentation built on May 28, 2019, 2:44 p.m.