%notin% {admiraldev}R Documentation

Negated Value Matching

Description

Returns a logical vector indicating if there is no match of the left operand in the right operand.

Usage

x %notin% table

Arguments

x

The values to be matched

table

The values to be matched against

Value

A logical vector

See Also

Developer Utility Functions: %or%(), arg_name(), contains_vars(), convert_dtm_to_dtc(), extract_vars(), filter_if(), friendly_type_of(), valid_time_units(), vars2chr()


[Package admiraldev version 1.0.0 Index]