is.null.or | R Documentation |
Returns TRUE
if x
is either NULL
or f(x)
is TRUE
.
is.null.or(x, f)
x |
Object to check. |
f |
Function to apply. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.