powered by
is_true
expect_that(3 == 2, is_false()) a <- 1:3 expect_that(length(a) == 4, is_false())
Run the code above in your browser using DataLab