TorF | R Documentation |
A function to replace NA's with FALSE in vector of logicals
TorF(cond, use_isTRUE = FALSE)
cond |
a vector of conditions to check |
use_isTRUE |
whether or not to use a vectorized version of isTRUE. This is generally slower but covers more cases. |
logical vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.