dbConnect_: Wrapper to connect to db

Description Usage Arguments

View source: R/dbFuns.R

Description

Connect to database using RMariaDB. May want to add secure credentials method.

Usage

1
2
3
4
5
6
dbConnect_(
  Group = "EPA_harshadb",
  defaultFile = file.path(path$ws, ".my.cnf"),
  verbose = FALSE,
  ...
)

Arguments

Group

Group identifier found in .my.cnf

defaultFile

file where Group credentials are found

verbose

provide feedback to user


duanxd1/gfuns documentation built on March 7, 2020, 12:46 a.m.