R/utils.R
is_equal_or_null.Rd
Tests whether an object is NULL or equal to some value.
NULL
is_equal_or_null(x, val)
The object to test.
Value to compare to
TRUE or FALSE.
TRUE
FALSE