isSomeNull | R Documentation |
Checks whether some object is NULL
isSomeNull(...)
... |
objects that need testing |
Returns TRUE if there's some object that's a NULL, FALSE when all objects are not NULL
x <- 1
y <- "a"
z <- NULL
isSomeNull(x, y)
isSomeNull(x, y, z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.