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

View source: R/utils.R

is.defR 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.


martin3141/spant documentation built on April 14, 2024, 4:15 a.m.