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)

oliver-wyman-actuarial/easyr documentation built on Jan. 27, 2024, 4:37 a.m.