tests/testthat/test-quality_of_life.R

test_that("%notin% basic work", {
  expect_equal(1 %notin% c(2, 1, 3), F)
  expect_equal(c(1, 5, 10) %notin% c(2,1,3), c(F, T, T))
})
JantekM/JantoTools documentation built on Jan. 31, 2023, 1:28 p.m.