Skip to contents

Tests whether an object is NULL or equal to some value.

Usage

is_equal_or_null(x, val)

Arguments

x

The object to test.

val

Value to compare to

Value

TRUE or FALSE.