Description Usage Arguments Value
Improves the rlang::%||%
operator by
handling also cases of zero-length objects.
1 | x %??% y
|
x |
Left side of the operator. To be tested. |
y |
Right side of the operator. Is returned if left side is null or empty. |
Either x or y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.