Skip to contents

Helper function for NULL coalescing

Helper function for NULL coalescing

Usage

x %||% y

x %||% y

Arguments

x

First value

y

Second value (if x is NULL)

Value

Non-NULL value

Non-NULL value