Nothing
context("checkFALSE")
test_that("checkFALSE", {
expect_succ_all(FALSE, FALSE)
expect_fail_all(FALSE, 1)
expect_false(test_false(NA))
expect_true(test_false(NA, na.ok = TRUE))
})
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.