Nothing
test_that("Glossary is retrieved succesfully", {
expect_s3_class({
result <- cms_glossary()
if (nrow(result) < 2) stop("Returned insufficient rows")
result
}, "data.frame")
})
test_that("Glossary can be filtered", {
expect_true({
result <- cms_glossary("Variable")
nrow(result) == 1
})
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.