Skip to contents

Stops with an informative message if x is NULL.

Usage

nemo_assert_not_null(x, arg = deparse(substitute(x)))

Arguments

x

Object to check.

arg

Name of x used in the error message.

Value

x invisibly on success.