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 May 7, 2024, 5:32 a.m.