shortcutting-or: Evaluate the first argument; if null, evaluate and return the...

Description Usage Arguments Value Author(s)

Description

Evaluate the first argument; if null, evaluate and return the second argument.

Usage

1
a %||% b

Arguments

a

The first argument to evaluate.

b

The second argument to evaluate. Only evaluated if A evaluates to NULL.

Value

the value of a if not null, else b

Author(s)

Peter Meilstrup


crowding/vadr documentation built on May 14, 2019, 11:33 a.m.