value_check {stenographer}R Documentation

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)

Arguments

x

A value from the data frame being searched

y

The target value to compare against

Value

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


[Package stenographer version 1.0.0 Index]