nullor: Shorthand operator for NULL fallback

nullorR Documentation

Shorthand operator for NULL fallback

Description

Shorthand operator for NULL fallback

Usage

lhs %||% rhs

Arguments

lhs

lhs for null-or operation

rhs

rhs for null-or operation

Examples

`%||%` <- shinyDataFilter:::`%||%`

NULL %||% 1
# [1] 1

1 %||% 2
# [1] 1


dgkf/shinyDataFilter documentation built on Dec. 16, 2024, 8:27 p.m.