isNullOrEmpty: isNullOrEmpty

View source: R/logical.R

isNullOrEmptyR Documentation

isNullOrEmpty

Description

isNullOrEmpty

Usage

isNullOrEmpty(x)

Arguments

x

object to be tested for NULL or being empty (vector or list of length 0 or data frame with no rows)

Value

TRUE if x is NULL or x is a vector of length 0 or x is a data frame with no rows.


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.