h_default_value | R Documentation |
Default Value on NULL Return default value when first argument is NULL.
h_default_value(x, y)
x |
Object. |
y |
Object. |
If x
is NULL, returns y
. Otherwise return x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.