is_null_or_na: Catch NULL, empty and objects containing NAs

View source: R/is_null_or_na.R

is_null_or_naR Documentation

Catch NULL, empty and objects containing NAs

Description

Catch NULL, empty and objects containing NAs

Usage

is_null_or_na(x)

Arguments

x

object to be tested

Value

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


codaredistlm documentation built on Dec. 23, 2022, 1:29 a.m.