Nothing
# check select method for MeSHDb class"
.MeSHDb <- setRefClass("MeSHDb", contains="AnnotationDb")
.dbconn <- RSQLite::dbConnect(
RSQLite::SQLite(),
paste0(
system.file(c("inst", "DBschemas"), package="MeSHDbi"),
"/MeSH.XXX.eg.db.sqlite"
)
)
obj <- .MeSHDb$new(conn=.dbconn, packageName="test")
checkEquals(length(is(obj)), 8)
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.