| safe_any | R Documentation |
Performs any() operation that returns FALSE when all values are NA instead of NA.
safe_any(x, ...)
x |
Logical vector |
... |
Additional arguments passed to any() |
Logical value (never NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.