Description Usage Arguments Value Note
Useful for example for reinitialising inputs.
1  | a %||% b
 | 
a | 
 First value.  | 
b | 
 Fallback.  | 
if (!is.null(a)) a else b
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.