not.empty | R Documentation |
Check if entry is not empty
not.empty(x)
is.empty(x)
x |
vector entry |
a boolean value to indicate if entry is empty
not.empty("empty") # TRUE
not.empty('') # FALSE
not.empty(y<-NULL) # FALSE
if(not.empty('')) message("yes") # NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.