is.neither.null.nor.na: Function to check whether an object is neither NA
nor NULL
Description
Combines base::is.na()|> magrittr::not()
and base::is.null|> magrittr::not()
Usage
is.neither.null.nor.na(x)
Value
Logical: TRUE
if x
is neither NA
or NULL
, FALSE
otherwise.
Arguments
- x
Object on which to operate
Author
Telarico, Fabio Ashtar