Nothing
test_that("glossary works", {
expect_match(gloss("star"),"A star network")
expect_match(gloss("bloop","star"),"A star network")
expect_match(gloss("bloop","star"),"bloop")
expect_match(print_glossary(),"A star network")
expect_no_match(print_glossary(),"bloop")
})
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.