Learn R Programming

BBmisc (version 1.13.1)

isFALSE: A wrapper for identical(x, FALSE)

Description

Tests if an object is identical to 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