isFALSE: Is an expresion equal to FALSE?

Description Usage Arguments Author(s) See Also

View source: R/isFALSE.R

Description

If condition is equal to FALSE, returns TRUE, otherwise (i.e. if NULL or TRUE) returns FALSE.

Usage

1
2
3
isFALSE(condition)

ifFALSE(condition, is_false, otherwise_)

Arguments

condition

Either a logical condition or NULL.

is_false

Result if condition is equal to FALSE.

otherwise_

Result if condition is not equal to FALSE.

Author(s)

Vilmantas Gegzna

See Also

isTRUE

Other spMisc utilities: bru(), clc(), clear(), fCap(), list_AddRm(), make.filenames(), open_wd(), printDuration(), regexp2df(), st01()


GegznaV/spMisc documentation built on April 26, 2020, 5:59 p.m.