| replace_null | R Documentation |
Used internally, primarily when working with list arguments, because, e.g.,
list_name$element_name yields NULL when unspecified.
a %||% b
a, b |
atomic values of any type. |
If a is NULL, b is returned. Otherwise a is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.