R/tcplConfDefault.R

#-------------------------------------------------------------------------------
# tcplConfDefault: Generate default config file
#-------------------------------------------------------------------------------

#' @rdname config_funcs
#' @export

tcplConfDefault <- function () {
  
  TCPLlite <- file.path(system.file(package = "tcpl"), "csv")
  tcplConf(db = TCPLlite, user = NA, host = NA, drvr = "tcplLite")
  
}

#-------------------------------------------------------------------------------

Try the tcpl package in your browser

Any scripts or data that you put into this service are public.

tcpl documentation built on Oct. 7, 2023, 1:06 a.m.