Learn R Programming

ggloop (version 0.1.0)

isFALSE: This is an abbreviation of identical(FALSE, x) to go along with isTRUE()

Description

Use this when needing to test explicitly if a value is FALSE.

Usage

isFALSE(x)

Arguments

x
An object to be tested.