Examples for 'assertthat::not_empty'


Check an object doesn't have any empty dimensions

Aliases: not_empty

Keywords:

### ** Examples

not_empty(numeric())
[1] FALSE
not_empty(mtcars[0, ])
[1] FALSE
not_empty(mtcars[, 0])
[1] FALSE

[Package assertthat version 0.2.1 Index]