.approx_match | R Documentation |
Approximate Value Matching
.approx_match(x, table, eps)
x , table |
see base::match for details. |
eps |
numerical tolerance for matching. |
a vector the same length as x
with integers giving the position in
table
of the first match if there is a match, or NA_integer_
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.