| not_empty {assertthat} | R Documentation |
Check an object doesn't have any empty dimensions
not_empty(x)
x |
object to test |
Other assertions: are_equal,
is.error, is.scalar,
noNA
not_empty(numeric()) not_empty(mtcars[0, ]) not_empty(mtcars[, 0])