isFALSEV function

Vectorized isFALSE

Vectorized isFALSE

isFALSEV(x, ...)

Arguments

  • x: vector
  • ...: additional arguments are ignored

Returns

logical vector with length matching x.

Details

This function applies three criteria to an input vector, to determine if each entry in the vector is FALSE:

  1. It must be class logical.
  2. It must not be NA.
  3. It must evaluate as FALSE.

Examples

isFALSEV(c(TRUE, FALSE, NA, TRUE))

See Also

Other jam practical functions: breakDensity(), call_fn_ellipsis(), checkLightMode(), check_pkg_installed(), colNum2excelName(), color_dither(), exp2signed(), getAxisLabel(), isTRUEV(), jargs(), kable_coloring(), lldf(), log2signed(), middle(), minorLogTicks(), newestFile(), printDebug(), reload_rmarkdown_cache(), renameColumn(), rmInfinite(), rmNA(), rmNAs(), rmNULL(), setPrompt()

  • Maintainer: James M. Ward
  • License: MIT + file LICENSE
  • Last published: 2025-03-23