Learn R Programming

faux (version 1.2.1)

OR: Piped OR

Description

LHS if not NULL, otherwise RHS

Usage

l %||% r

Value

LHS if not NULL, otherwise RHS.

Arguments

l

LHS.

r

RHS.