# test_that("indexExists works", {
# Testlist <- list(NULL, 1)
# expect_true(indexExists(Testlist, 1))
# expect_true(indexExists(Testlist, 2))
#
# Testlist <- list()
# expect_false(indexExists(Testlist, 1))
# })
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.