verify_numeric_join: Verify Numeric Join

View source: R/helpers.R

verify_numeric_joinR Documentation

Verify Numeric Join

Description

Checks if two numeric values are equal. If either value is NA, returns TRUE.

Usage

verify_numeric_join(x, y)

Arguments

x

A numeric value to be compared.

y

A numeric value to be compared.

Value

TRUE if the values are equal or if either value is NA. Returns FALSE otherwise.


SerolyzeR documentation built on Jan. 21, 2026, 5:07 p.m.