not_empty | R Documentation |
Check if a vector or data frame is empty
not_empty(a)
a |
Object to check |
TRUE
or FALSE
not_empty(integer())
not_empty(list())
not_empty(1:10)
not_empty(data.frame())
not_empty(data.frame(a = 1:10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.