app.R

# 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)
phuse-org/sendigR documentation built on April 5, 2025, 1:29 a.m.