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