Learn R Programming

spant (version 3.3.0)

is.def: Check if an object is defined, which is the same as being not NULL.

Description

Check if an object is defined, which is the same as being not NULL.

Usage

is.def(x)

Value

logical value.

Arguments

x

object to test for being NULL.