null {easyr}R Documentation

Shorthand for is.null

Description

Shorthand for is.null

Usage

null(x)

Arguments

x

Value to check.

Value

logical indicator

Examples

null( NULL )
null(1)

[Package easyr version 0.5-11 Index]