[ top | up ]

The Null Object

Syntax

NULL
null
as.null(x)
is.null(x)

Description

The symbols NULL and null represent the null object in R.

as.null ignores its argument and returns the value null.

is.null returns true if its argument is null and false otherwise.