R/get_db_path.R

#" 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)
#   
#   
# }
c5sire/bdal documentation built on May 13, 2019, 9:57 a.m.