test_that("base_functions() works", {
result <- kwb.code:::base_functions()
expect_true(all(c("+", "-", "*", "/") %in% result))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.