Examples for 'checkmate::checkNull'


Check if an argument is NULL

Aliases: checkNull check_null assertNull assert_null testNull test_null

Keywords:

### ** Examples

testNull(NULL)
[1] TRUE
testNull(1)
[1] FALSE

[Package checkmate version 2.3.2 Index]