xfun (version 0.12)

isFALSE: Test if an object is identical to FALSE

Description

A simple abbreviation of identical(x, FALSE).

Usage

isFALSE(x)

Arguments

x

An R object.

Examples

Run this code
# NOT RUN {
library(xfun)
isFALSE(TRUE)  # false
isFALSE(FALSE)  # true
isFALSE(c(FALSE, FALSE))  # false
# }

Run the code above in your browser using DataLab