is_not_false {cleanr} | R Documentation |
is_not_false(x, null_is_false = TRUE, ...)
x |
The object to be tested. |
null_is_false |
[boolean(1)] |
... |
Parameters passed to |
TRUE if the object is set to something different than FALSE, FALSE otherwise.