Is a vector/list empty?
is_empty(x)
x
object to test
is_empty(NULL) is_empty(list()) is_empty(list(NULL))