tests/testthat/test-data.R

test_that("data utils work", {
	x <- mtcars$carb
	x[2:3] <- NA
	expect_equal(number_of_missing(x), 2)

})
asshah4/octomod documentation built on June 4, 2024, 12:48 p.m.