is.null.or: Is NULL or...?

View source: R/utils.R

is.null.orR Documentation

Is NULL or...?

Description

Returns TRUE if x is either NULL or f(x) is TRUE.

Usage

is.null.or(x, f)

Arguments

x

Object to check.

f

Function to apply.


sebsilas/SAA documentation built on June 11, 2025, 11:18 p.m.