%contains% {dostats} | R Documentation |
Does a table contain a value
table %contains% y
contains(table,y)
table |
a table of values |
y |
a value |
Literally %in% in reverse order, just for convenience.
a logical vector of the same length as y
indicating if
y
is in table
, i.e. the table
contains y
.