Nothing
## .onLoad gets the data.frame from the /data directory
.onLoad <- function(libname, pkgname) {
load(system.file("data","graphInfo.rda",package=pkgname,
lib.loc=libname))
OrganismDbi:::.loadOrganismDbiPkg(pkgname=pkgname,
graphInfo=graphInfo)
}
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.