test_that("schema works", {
expect_equal(ctgov_schema(), "")
ctgov_schema("test")
expect_equal(ctgov_schema(), "test")
expect_error(ctgov_set_schema(c("a", "b")))
expect_error(ctgov_set_schema(3))
ctgov_schema("")
expect_equal(format_schema(), "")
ctgov_schema("test")
expect_equal(format_schema(), "test.")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.