tests/testthat/test_isFALSE.R

context("isFALSE")

test_that("isFALSE", {
  expect_equal(isFALSE(FALSE), TRUE)
  expect_equal(isFALSE(TRUE), FALSE)
  expect_equal(isFALSE(0), FALSE)
})  

Try the BBmisc package in your browser

Any scripts or data that you put into this service are public.

BBmisc documentation built on Sept. 29, 2022, 5:12 p.m.