# Set context
biodb::testContext("Test Kegg Module connector.")
# Instantiate Biodb
biodb <- biodb::createBiodbTestInstance(ack=TRUE)
# Load package definitions
file <- system.file("definitions.yml", package='biodbKegg')
biodb$loadDefinitions(file)
# Create connector
conn <- biodb$getFactory()$createConn('kegg.module')
# Run tests
testRefFolder <- system.file("testref", package='biodbKegg')
biodb::runGenericTests(conn, pkgName='biodbKegg', testRefFolder=testRefFolder,
opt=list(skip.searchable.fields=c('ref.accession', 'ref.authors', 'ref.doi',
'ref.journal', 'ref.title')))
# Terminate Biodb
biodb$terminate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.