isFALSE: Opposite to isTRUE

Description Usage Arguments Examples

Description

isFALSE(.x) is an abbreviation of identical(FALSE, .x), and so is true if and only if x is a length-one logical vector whose only element is TRUE and which has no attributes (not even names).

Usage

1
isFALSE(.x)

Arguments

.x

Just about anything (as that just means that isFALSE is FALSE)

Examples

1
2
3
4

STAT-UP/statupinternal documentation built on May 9, 2019, 11:43 a.m.