Nothing
#Test that rcatfish_glossary returns proper definitions
test_that("Test that rcatfish_glossary returns proper definitions",{
glossary.hit <-try(rcatfish_glossary())
if ("try-error"%in%class(glossary.hit)) {
skip("could not connect to remote database")
}else{
expect_equal(glossary.hit$Definition[3], "An Article of the Code of Zoological Nomenclature.")
}
}
)
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.