Check if an object is not NULL
not_null(a)
a
Object to check
TRUE or FALSE
TRUE
FALSE
not_null(NULL) not_null(1)