Learn R Programming

webmorphR (version 0.1.1)

OR: Piped OR

Description

LHS if not NULL, otherwise RHS

Usage

l %||% r

Arguments

l

LHS.

r

RHS.

Value

LHS if not NULL, otherwise RHS.