is.def {spant}R Documentation

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)

Arguments

x

object to test for being NULL.

Value

logical value.


[Package spant version 2.20.0 Index]