is_null_or_na function

Catch NULL, empty and objects containing NAs

Catch NULL, empty and objects containing NAs

is_null_or_na(x)

Arguments

  • x: object to be tested

Returns

Boolean. If object is NULL, empty or contains NA then TRUE returned. FALSE otherwise.