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 April 30, 2024, 3:19 p.m.