context("Default Data Files")
# Verify that the data can be loaded
test_that("getDefaultModel returns a list with graph and DefConcept", {
data <- loadDefaultModel()
expect_is(data, "list")
expect_equal(names(data), c("graph", "DefConcept"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.