falsy | R Documentation |
Replaces a falsy value with a default value.
x %|||% y
x , y |
An object. |
If x
is not truthy, returns y
;
otherwise returns x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.