if_null_else | R Documentation |
Checks input value for equality to NULL
and executes the code
only if this equality is not satisfied.
if_null_else(value, code = identity, ...)
value |
[ |
code |
[ |
... |
|
NULL
if input is NULL
, return value of code()
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.