notin: Value matching

Description Usage Arguments Value See Also Examples

Description

Value matching

Usage

1
x %!in% table

Arguments

x

Vector with the values to be matched.

table

Vector with the values to be matched against.

Value

A logical vector indicating which values are not in table.

See Also

match().

Examples

1
2
x <- 8:12
x %!in% 1:10

lvmisc documentation built on April 5, 2021, 5:06 p.m.