test_that("it works", {
expect_null(NULL %||% NULL)
expect_identical(NULL %||% 2L, 2L)
expect_identical(1L %||% 2L, 1L)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.