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 May 25, 2024, 3:15 p.m.