Learn R Programming

stenographer (version 1.0.0)

value_check: Default Equality Function for valueCoordinates

Description

A helper function that performs equality checks between values, with special handling for NA values.

Usage

value_check(x, y)

Value

A logical value: TRUE if the values match according to the comparison rules, FALSE otherwise

Arguments

x

A value from the data frame being searched

y

The target value to compare against