Nothing
context("checkNull")
test_that("checkNull", {
myobj = NULL
expect_succ_all(Null, myobj)
myobj = TRUE
expect_fail_all(Null, myobj)
expect_false(testNull(integer(0)))
expect_true(testNull(NULL))
expect_error(assertNull(-1), "NULL")
})
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.