Test if an object is identical to FALSE
A simple abbreviation of identical(x, FALSE)
.
isFALSE(x)
x |
An R object. |
library(xfun) isFALSE(TRUE) # false isFALSE(FALSE) # true isFALSE(c(FALSE, FALSE)) # false
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.