is.empty | R Documentation |
is.empty
Null, NA and empty string values are all considered empty
is.empty(val)
val |
value or list of values to check for emptiness |
logical array
is.empty( list(NA,NULL,'','test',c(),list()) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.