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 Nov. 10, 2024, 9:03 p.m.