isNullOrEmpty | R Documentation |
isNullOrEmpty
isNullOrEmpty(x)
x |
object to be tested for NULL or being empty (vector or list of length 0 or data frame with no rows) |
TRUE if x is NULL or x is a vector of length 0 or x is a data frame with no rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.