not_empty.Rd
Check an object doesn't have any empty dimensions
not_empty(x)
object to test
Other assertions: are_equal, is.error, is.scalar, noNA
are_equal
is.error
is.scalar
noNA
not_empty(numeric()) #> [1] FALSE not_empty(mtcars[0, ]) #> [1] FALSE not_empty(mtcars[, 0]) #> [1] FALSE