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

View source: R/isFALSE.R

isFALSER Documentation

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

isFALSE(0)
isFALSE(FALSE)

BBmisc documentation built on Sept. 29, 2022, 5:12 p.m.

Related to isFALSE in BBmisc...