test_that("config_file() works", {
result <- kwb.prep:::config_file(in_package = TRUE)
expect_is(result, "character")
expect_length(result, 1L)
expect_true(file.exists(result))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.