test_that("JsonListBuilder works", {
expect_equal(JsonListBuilder(x = "a"),list("a"))
expect_equal(JsonListBuilder(x = list("a")),list("a"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.