is.empty: Helper function to check if object is empty.

View source: R/constructor.R

is.emptyR Documentation

Helper function to check if object is empty.

Description

Helper function to check if object is empty.

Usage

is.empty(x)

Arguments

x

object

Value

TRUE if x has length 0 and is not NULL. FALSE otherwise


ClemensKohl/APL documentation built on Feb. 6, 2024, 1:28 a.m.