man_md/grapes-nin-grapes.md

%nin%: The "Not In" Operator %nin%, negation of match

Usage

... %nin% NA

Arguments

Argument |Description ------------- |---------------- ... | see %in% details in match

Value

a logical vector

Seealso

match

Examples

r c(1,2,3) %nin% c(1,2) c("a","b") %nin% c("a","b")



mikejacktzen/datzen documentation built on June 14, 2019, 5:23 p.m.