Shortcut for identical(x,FALSE)
identical(x,FALSE)
isFALSE(x)
x
Any object
Returns TRUE if x is identical to FALSE, FALSE otherwise.
TRUE
FALSE
Andreas Borg