is.empty | R Documentation |
Determine if an object is zero length list or factor, or a vector full of NULL, space, dot,NA, Inf, or NaN. It returns a single boolean value.
is.empty(x)
x |
(any object) |
(boolean) a single value
is.empty(c(' ','.'))
is.empty(list(NULL))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.