test_that("config can be get and set", {
reset_config()
f <- function() set_config(run_name = "abc")
f()
expect_equal(get_config("run_name"), "abc")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.