are_null | R Documentation |
Vectorised is.null
are_null(x)
x |
list of things that may contain NULL values |
logical
is.null(list(NULL, NULL, 1))
are_null(list(NULL, NULL, 1))
are_null(list(NULL, NULL, NULL))
are_null(list(1, 2, 3))
is.null(list(1, 2, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.