is.neither.null.nor.na {FinNet} | 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