check_null_cond {cloudfs} | R Documentation |
Return check_null Value
Description
Check if alt_null
argument is TRUE or FALSE. If it is FALSE
it will return FALSE
. If the argument is TRUE
it will check if the
x argument is NULL
and return logical value.
Usage
check_null_cond(x, alt_null)
Arguments
x |
Argument to check if is NULL. |
alt_null |
Logical. If |
Value
Either TRUE
or FALSE
.
[Package cloudfs version 0.1.3 Index]