R/tcplConfExample.R

#-------------------------------------------------------------------------------
# tcplConfExample: Generate default example location
#-------------------------------------------------------------------------------

#' @rdname config_funcs
#' @export

tcplConfExample <- function () {
  
  TCPLlite <- file.path(system.file(package = "tcpl"), "example")
  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.