Examples for 'checkmate::checkTibble'


Check if an argument is a tibble

Aliases: checkTibble check_tibble assertTibble assert_tibble testTibble test_tibble expect_tibble

Keywords:

### ** Examples

library(tibble)
x = as_tibble(iris)
testTibble(x)
[1] TRUE
testTibble(x, nrow = 150, any.missing = FALSE)
[1] TRUE

[Package checkmate version 2.3.2 Index]