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.


tystan/deltacomp documentation built on Oct. 26, 2022, 7:24 a.m.