match_within_tolerance: Helper function for value matching with tolerance

View source: R/helpers.R

match_within_toleranceR Documentation

Helper function for value matching with tolerance

Description

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.


Roche/crmPack documentation built on Feb. 26, 2025, 1:18 p.m.