isTRUEV | R Documentation |
Vectorized isTRUE
isTRUEV(x, ...)
x |
vector |
... |
additional arguments are ignored |
This function applies three criteria to an input vector, to determine if each entry in the vector is TRUE:
It must be class logical
.
It must not be NA
.
It must evaluate as TRUE
.
Other jam practical functions:
breakDensity()
,
checkLightMode()
,
check_pkg_installed()
,
colNum2excelName()
,
color_dither()
,
diff_functions()
,
exp2signed()
,
fileInfo()
,
fixYellow()
,
getAxisLabel()
,
handleArgsText()
,
heads()
,
isFALSEV()
,
jamba
,
jargs()
,
kable_coloring()
,
lldf()
,
log2signed()
,
make_html_styles()
,
make_styles()
,
match_unique()
,
mergeAllXY()
,
middle()
,
minorLogTicks()
,
newestFile()
,
printDebug()
,
renameColumn()
,
rmInfinite()
,
rmNAs()
,
rmNA()
,
rmNULL()
,
sclass()
,
sdim()
,
setPrompt()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.