non.null: Test for non-NULL

View source: R/utils.R

non.nullR Documentation

Test for non-NULL

Description

Return TRUE if argument is not NULL, FALSE otherwise

Usage

non.null(x)

Arguments

x

Any R object

Value

TRUE if x is not NULL, FALSE otherwise.


pteetor/tutils documentation built on April 25, 2024, 9:14 a.m.