BBmisc (version 1.10)

isFALSE: A wrapper for identical(x, FALSE).

Description

A wrapper for identical(x, FALSE).

Usage

isFALSE(x)

Arguments

x
[any] Your object.

Value

[logical(1)].

Examples

Run this code
isFALSE(0)
isFALSE(FALSE)

Run the code above in your browser using DataLab