Learn R Programming

toolbox (version 0.1.1)

isNULLorNA: Checks if x is NULL or NA

Description

Checks if x is NULL or NA

Usage

isNULLorNA(x)

Value

TRUE/FALSE.

Arguments

x

A object.

Examples

Run this code
isNULLorNA(NULL)

Run the code above in your browser using DataLab