dot-is_list_of_null: Is x a list of NULLs?

.is_list_of_nullR Documentation

Is x a list of NULLs?

Description

Is x a list of NULLs?

Usage

.is_list_of_null(x)

Arguments

x

(any) The object to check.

Value

(logical(1)) TRUE if every element of x is NULL, FALSE otherwise.


tibblify documentation built on May 9, 2026, 5:07 p.m.