Description Usage Arguments Examples
The purrr package has %||% which is super-useful when wanting to
infix a default value for an object being NULL. This function does
the same for length(x) == 0.
1 | x %|0|% y
|
x, y |
if |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.