Learn R Programming

riskmetric (version 0.2.5)

if_not_null_else: If not NULL else

Description

If not NULL else

Usage

lhs %||% rhs

Value

an object same as lhs or rhs

Arguments

lhs

Left-hand side

rhs

Right-hand side

A shorthand for a common comparison