Vectorized isFALSE
isFALSEV(x, ...)
x
: vector...
: additional arguments are ignoredlogical
vector with length matching x
.
This function applies three criteria to an input vector, to determine if each entry in the vector is FALSE:
logical
.NA
.FALSE
.isFALSEV(c(TRUE, FALSE, NA, TRUE))
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()