%IfNull% {LMMELSM} | R Documentation |
Operator for testing NULL and returning expr if NULL
object %IfNull% expr
object |
Object to test for NULL |
expr |
Expression to evaluate and return if object is NULL |
object if object is non-NULL, expression output if object is NULL.
Stephen R. Martin