%ss% {inferCSN}R Documentation

Value selection operator

Description

This operator returns the left side if it's not NULL, otherwise it returns the right side.

Usage

a %ss% b

Arguments

a

The left side value to check

b

The right side value to use if a is NULL

Examples

NULL %ss% 10
5 %ss% 10

[Package inferCSN version 1.1.7 Index]