is_empty.Rd
An empty object is either NULL, NA, length(0) or an empty string ("").
NULL
NA
length(0)
""
is_empty(x)
any R object
logical