is_empty | R Documentation |
Is object an empty vector or NULL?
is_empty(x)
x |
object to test |
is_empty(NULL)
is_empty(list())
is_empty(list(NULL))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.