Skip to contents

Internal utility operator similar to %||% in other packages.

Usage

x %||% y

Arguments

x

Left-hand side value

y

Right-hand side default value

Value

x if not NULL, otherwise y