Nothing
context("test_null_or")
test_that("testing that null or operator works", {
`%||%` <- IDEAFilter:::`%||%`
expect_true(NULL %||% TRUE)
expect_true(TRUE %||% 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.