dot-approx_match: Approximate Value Matching

.approx_matchR Documentation

Approximate Value Matching

Description

Approximate Value Matching

Usage

.approx_match(x, table, eps)

Arguments

x, table

see base::match for details.

eps

numerical tolerance for matching.

Value

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.


pense documentation built on Feb. 16, 2023, 9:36 p.m.