Learn R Programming

easyr (version 0.5-11)

null: Shorthand for is.null

Description

Shorthand for is.null

Usage

null(x)

Value

logical indicator

Arguments

x

Value to check.

Examples

Run this code
null( NULL )
null(1)

Run the code above in your browser using DataLab