R/helpers.R
match_within_tolerance.Rd
This is a modified version of match that supports tolerance.
match
match_within_tolerance(x, table)
the values to be matched
the values to be matched against
A vector of the same length as x or empty vector if table is empty.
x
table