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 March 29, 2025, 6:38 p.m.