powered by
Check if entry is not empty
not.empty(x)is.empty(x)
is.empty(x)
a boolean value to indicate if entry is empty
vector entry
not.empty("empty") # TRUE not.empty('') # FALSE not.empty(y<-NULL) # FALSE if(not.empty('')) message("yes") # NULL
Run the code above in your browser using DataLab