nullor.Rd
Shorthand operator for NULL fallback
lhs %||% rhs
lhs for null-or operation
rhs for null-or operation
`%||%` <- shinyDataFilter:::`%||%` NULL %||% 1 #> [1] 1 # [1] 1 1 %||% 2 #> [1] 1 # [1] 1