Description Usage Arguments Value Examples
Is NULL or NA
1 |
x |
object to be tested |
TRUE if object is NULL or NA, logical vector for objects of length > 1
1 2 3 | is_null_or_na(NA)
is_null_or_na(NULL)
is_null_or_na(c(2, NA, 5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.