grapes-or-or-grapes: Fallback for Null-Value.

Description Usage Arguments Value Note

Description

Useful for example for reinitialising inputs.

Usage

1
a %||% b

Arguments

a

First value.

b

Fallback.

Value

if (!is.null(a)) a else b

Note

see https://stackoverflow.com/questions/33137546/switch-between-layouts-reactively-with-shiny?noredirect=1&lq=1.


JulianBo/mcdsupportshiny documentation built on July 5, 2019, 12:51 a.m.