is.empty | R Documentation |
Check if vector is empty
is.empty(x)
x |
vector |
is.empty(NULL)
is.empty(NA)
is.empty(c())
is.empty("")
is.empty(" ")
is.empty(c(" ", " "))
is.empty(list())
is.empty(list(a = "", b = ""))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.