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