grapes-otherwise-grapes: otherwise operator

%otherwise%R Documentation

otherwise operator

Description

Returns the first operand, unless it evaluates to NULL, then the second is returned.

Usage

a %otherwise% b

Arguments

a

anything

b

a default value, also anything

Value

a; but if is.null(a), return b


a-kramer/SBtabVFGEN documentation built on Dec. 15, 2024, 1:52 a.m.