isFALSE {BBmisc} | R Documentation |
A wrapper for identical(x, FALSE)
.
Description
A wrapper for identical(x, FALSE)
.
Usage
isFALSE(x)
Arguments
x |
[any] |
Value
[logical(1)
].
Examples
isFALSE(0)
isFALSE(FALSE)
[Package BBmisc version 1.13 Index]