dot-is_allFalse: Tests if an object is entirely comprised of 'FALSE's

.is_allFalseR Documentation

Tests if an object is entirely comprised of FALSEs

Description

This function tests if a passed object is entirely comprised of FALSE values.

Usage

.is_allFalse(x)

Arguments

x

The object to test if is entirely comprised of FALSE values

Details

This function is exported in order to provide one of the default tests for the ⁠%|||%⁠ function and is not really intended for use outside of that context.

Value

A boolean (TRUE or FALSE)

Examples

{
  .is_allFalse(c(FALSE,FALSE,TRUE)) # Will return FALSE
}


infixit documentation built on June 8, 2025, 10:52 a.m.