| is.null.na | R Documentation |
NA or NULLCombines base::is.na(x), base::is.null(x). When negating is TRUE, it integrates also f(x)|> magrittr::not().
is.null.na(x, negating = FALSE)
x |
Object on which to operate |
negating |
Whether to return the negation of the result |
Logical, depending on negating:
if negating is FALSE, it returns TRUE if x is NA or NULL;
if negating is TRUE, it returns TRUE if x is neither NA nor NULL.
Telarico, Fabio Ashtar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.