BBmisc (version 1.13)

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

Description

A wrapper for identical(x, FALSE).

Usage

isFALSE(x)

Value

[logical(1)].

Arguments

x

[any]
Your object.

Examples

Run this code
isFALSE(0)
isFALSE(FALSE)

Run the code above in your browser using DataLab