library(BiocQE)
library(RSQLite)
con = RSQLite::dbConnect(RSQLite::SQLite(), system.file(
"sqlite/vjc3.sqlite", package="BiocQE"))
#suppressWarnings({
#pk = readRDS(system.file("pkgnet/pnet.rds", package="BiocQE"))
#})
BiocQE::browse_checks(con, NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.