Learn R Programming

IDEAFilter (version 0.2.1)

nullor: Shorthand operator for NULL fallback

Description

Shorthand operator for NULL fallback

Usage

lhs %||% rhs

Arguments

lhs

left hand side for null-or operation

rhs

right hand side for null-or operation