conn_db: Connect to a Postgres Database

Description Usage See Also

View source: R/connection.R

Description

Connect to a Postgres Database

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
conn_db(
  user = NULL,
  password = NULL,
  server = NULL,
  port = NULL,
  extraSettings = NULL,
  oracleDriver = "thin",
  connectionString = NULL,
  pathToDriver = system.file(package = "pg13", "driver")
)

See Also

Other connection functions: connect_ff(), connect(), dc0(), dc(), quietly.conn_db()


patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.