| %contains% | 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.
match
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.