# We need to do this to load up the libraries to start with
# library(devtools)
# load_all('~/dev/Rgator/')
getBiocLiteLib <- function(dbname) {
if ( ! suppressWarnings(require(dbname,character.only=TRUE,quietly=TRUE))) {
biocLite(dbname)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.