powered by
check if string or list is empty (na, null or blank spaces).
is_empty(x)
true or false
a list or string
Hanming Tu
is_empty(NULL); is_empty(''); is_empty(NA);
Run the code above in your browser using DataLab