Nothing
test_that("NULL missing values work", {
expect_equal(chk_values(c(1, NA), miss = NULL), c(FALSE, FALSE))
expect_equal(chk_values(c(1, NA)), c(FALSE, TRUE))
})
test_that("scientific notation not applied when value checking numeric vars", {
expect_true(chk_values(10000000, "10000000"))
expect_true(chk_values("10000000", 10000000))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.