R/logical.R
isNullOrEmpty.Rd
isNullOrEmpty
isNullOrEmpty(x)
object to be tested for NULL or being empty (vector or list of length 0 or data frame with no rows)
TRUE if x is NULL or x is a vector of length 0 or x is a data frame with no rows.