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)