| %fmin% | R Documentation | 
fmatch and match operationsfmatch is a faster version of the built-in match() function. It is
slightly faster than the built-in version because it uses more
specialized code, but in addition it retains the hash table within the
table object such that it can be re-used, dramatically reducing the look-up
time especially for large tables.
x %fmin% table
x %!in% table
x %!fmin% table
| x | vector or NULL: the values to be matched. | 
| table | vector or NULL: the values to be matched against | 
%notin% avoids awkward-to-type !a %in% b
%fmin% fastmatch version of in
%notfmin% Avoids awkward-to-type !a %fmin% b
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.