nin: A negated version of '\%in\%'

Description Usage Arguments Examples

Description

This function is a negated version of %in%. Returns TRUE when an element on the left-hand side does not have a match on the right-hand side.

Usage

1
x %nin% table

Arguments

x

values to be non-matched

table

values to be non-matched against

Examples

1
c("a", "b", "x", "y") %nin% c("a", "b", "c", "d")

tjmahr/adventofcode17 documentation built on May 30, 2019, 2:29 p.m.