Catch NULL, empty and objects containing NAs
is_null_or_na(x)
x
Boolean. If object is NULL, empty or contains NA then TRUE returned. FALSE otherwise.
Useful links