null: Shorthand for is.null

View source: R/shorthand.R

nullR 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)

easyr documentation built on March 31, 2023, 6:22 p.m.

Related to null in easyr...