#" get_db_path()
#'
#' get the path to the database
#'
#' @return string file path
get_db_path <- function() {
"/Users/reinhardsimon/Documents/csdc/db.sl3"
}
db_name <- "db.sl3"
# con <- get_con(path) {
# fn <- file.path(get_dp_path(), db_name)
# if(!file_exists(fn)){
#
# }
# con <- RSQLite::dbConnect(RSQLite::SQLite(), fn)
#
#
# }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.