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