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))

easystats/insight documentation built on Oct. 2, 2024, 8:19 a.m.