check if string or list is empty (na, null or blank spaces).
is_empty(x)
x
a list or string
true or false
Hanming Tu
is_empty(NULL); is_empty(''); is_empty(NA);