compareWithNA: Compare values including 'NA'

View source: R/utilities.R

compareWithNAR Documentation

Compare values including NA

Description

Compare values including NA

Usage

compareWithNA(v1, v2)

Arguments

v1

Value or a list of values to compare. May include NA.

v2

Value or a list of values to compare. May include NA.

Details

From http://www.cookbook-r.com/Manipulating_data/Comparing_vectors_or_factors_with_NA/

Value

TRUE wherever elements are the same, including NA's,


esqLABS/esqlabsR documentation built on April 17, 2025, 10:51 a.m.