check_null_cond | R Documentation |
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.
check_null_cond(x, alt_null)
x |
Argument to check if is NULL. |
alt_null |
Logical. If |
Either TRUE
or FALSE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.