View source: R/general_utilities.R
is_not_null | R Documentation |
Negates is.null. Just reads better than !is.null
.
is_not_null(my_vector)
my_vector |
A vector |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ is_not_null ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TRUE or FALSE for each item in the vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.