# pkgload::load_all(".")
#need to figure out how to add database
# path <- system.file(".", package = "sendigR")
path <- "tests/data/send_no_duplicates.db"
library(RSQLite)
db <- sendigR::initEnvironment("sqlite", path)
sendigR::execSendDashboard(db)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.