nullor | R Documentation |
Shorthand operator for NULL fallback
lhs %||% rhs
lhs |
lhs for null-or operation |
rhs |
rhs for null-or operation |
`%||%` <- shinyDataFilter:::`%||%`
NULL %||% 1
# [1] 1
1 %||% 2
# [1] 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.