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 Nov. 14, 2024, 8:41 p.m.