is_empty_object: Check if object is empty

View source: R/utils_object.R

is_empty_objectR Documentation

Check if object is empty

Description

Check if object is empty

Usage

is_empty_object(x)

Arguments

x

A list, a vector, or a dataframe.

Value

A logical indicating whether the entered object is empty.

Examples

is_empty_object(c(1, 2, 3, NA))
is_empty_object(list(NULL, c(NA, NA)))
is_empty_object(list(NULL, NA))

insight documentation built on Nov. 26, 2023, 5:08 p.m.