| %ss% | R Documentation |
This operator returns the left side if it's not NULL,
otherwise it returns the right side.
a %ss% b
a |
The left side value to check. |
b |
The right side value to use if |
a if it is not NULL, otherwise b.
NULL %ss% 10
5 %ss% 10
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.