.is_length_zero {infixit}R Documentation

Tests if an object is of length 0

Description

This function tests if a passed object is of length 0.

Usage

.is_length_zero(x)

Arguments

x

The object to test if is length(0)

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
}


[Package infixit version 0.3.1 Index]