SetIfNull | R Documentation |
Set a default value if an object is null
SetIfNull(x, y)
x |
An object to set if it's null |
y |
The value to provide if x is null |
Returns y if x is null, otherwise returns x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.