library(BridgeDbR)
context("simple")
test_that("it can load Derby files", {
location = paste(getwd(), "test.bridge", sep = "/")
db <- loadDatabase(location)
expect_false(is.null(db))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.