context("test_null_or")
test_that("testing that null or operator works", {
`%||%` <- shinyDataFilter:::`%||%`
expect_true(NULL %||% TRUE)
expect_true(TRUE %||% NULL)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.