is.empty: Check if an object is empty (has length 0)

View source: R/functions.R

is.emptyR Documentation

Check if an object is empty (has length 0)

Description

Check if an object is empty (has length 0)

Usage

is.empty(x)

Arguments

x

the object

Details

A NULL value, zero-length vector or list have length zero, which is called empty.


renkun-ken/rlist documentation built on March 16, 2023, 8:25 p.m.