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


VingronLab/APL documentation built on Nov. 9, 2024, 5:33 p.m.