Learn R Programming

SafeMapper (version 1.0.0)

null-default: Null-coalescing Operator

Description

Null-coalescing Operator

Usage

x %||% y

Value

x if not NULL, otherwise y

Arguments

x

First value

y

Alternative value if x is NULL