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.


pmcharrison/psychTestR documentation built on Sept. 30, 2023, 6:27 p.m.