Description Usage Arguments Value Functions Examples
This is a modified version of match
that supports tolerance.
1 2 3 | matchTolerance(x, table)
x %~% table
|
x |
the values to be matched |
table |
the values to be matched against |
A vector of the same length as x
or
empty vector if table
is empty.
%~%
: Helper function for checking inclusion in a table with tolerance
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.