isNULLorNA: Checks if x is NULL or NA

View source: R/toolbox.R

isNULLorNAR Documentation

Checks if x is NULL or NA

Description

Checks if x is NULL or NA

Usage

isNULLorNA(x)

Arguments

x

A object.

Value

TRUE/FALSE.

Examples

isNULLorNA(NULL)

toolbox documentation built on Sept. 22, 2022, 1:09 a.m.

Related to isNULLorNA in toolbox...