is.neither.null.nor.na | R Documentation |
NA
nor NULL
Combines base::is.na(x)|> magrittr::not()
and base::is.null(x)|> magrittr::not()
.
is.neither.null.nor.na(x)
x |
Object on which to operate |
Logical: TRUE
if x
is neither NA
or NULL
, FALSE
otherwise.
Telarico, Fabio Ashtar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.