Check if an object is a 'Nothing' value
is_nothing(a)
a
Object to check
TRUE or FALSE
TRUE
FALSE
is_nothing(1) is_nothing(just(1)) is_nothing(nothing())