#!/usr/local/bin/Rscript --vanilla
if (is.null(sys.calls())) {
args = commandArgs(TRUE)
db = db::db.open(args[1])
db::db.close(db)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.