tests/testthat/test-check_some_missing.R

test_that("check_some_missing works", {
  expect_equal(check_some_missing(c(1, 5, 7, 3, 0, NA, 3)), TRUE)
  expect_equal(check_some_missing(c(1, 2, 5, 7, 8, 3)), FALSE)
})

Try the vvfiller package in your browser

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

vvfiller documentation built on Feb. 16, 2023, 6:55 p.m.