is.empty {shinyAce} | R Documentation |
Check if vector is empty
Description
Check if vector is empty
Usage
is.empty(x)
Arguments
x |
vector |
Examples
is.empty(NULL)
is.empty(NA)
is.empty(c())
is.empty("")
is.empty(" ")
is.empty(c(" ", " "))
is.empty(list())
is.empty(list(a = "", b = ""))
[Package shinyAce version 0.4.2 Index]