not_null {maybe} | R Documentation |
Check if an object is not NULL
Description
Check if an object is not NULL
Usage
not_null(a)
Arguments
a |
Object to check |
Value
TRUE
or FALSE
Examples
not_null(NULL)
not_null(1)
[Package maybe version 1.1.0 Index]