isNotNull {dataCompareR}R Documentation

isNotNull: is object not null

Description

isNotNull: is object not null

Usage

isNotNull(x)

Arguments

x

an object

Value

boolean is object null T/F

Examples

## Not run: isNotNull(NULL)
## Not run: isNotNull(5)

[Package dataCompareR version 0.1.4 Index]