Skip to contents

This is a modified version of match that supports tolerance.

Usage

match_within_tolerance(x, table)

Arguments

x

the values to be matched

table

the values to be matched against

Value

A vector of the same length as x or empty vector if table is empty.