R/assert.R
nemo_assert_not_null.Rd
Stops with an informative message if x is NULL.
x
NULL
nemo_assert_not_null(x, arg = deparse(substitute(x)))
Object to check.
Name of x used in the error message.
x invisibly on success.