| 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.count, is.flag,
is.number, is.scalar,
is.string; is.date,
is.error, is.time;
noNA
not_empty(numeric()) not_empty(mtcars[0, ]) not_empty(mtcars[, 0])