%IfNull% | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.