equal_with_na: Test equality between vectors including NA values

View source: R/utils.R

equal_with_naR Documentation

Test equality between vectors including NA values

Description

This function is a variant of == that takes in account NAs. By default NA == NA returns FALSE in R With this fonction, NAs can be compared

Usage

equal_with_na(a, b)

Arguments

a

a vector

b

a vector

Value

a boolean vector with element wise comparison


JMPivette/evavelo documentation built on April 8, 2023, 4:20 p.m.