Connect to a Postgres Database

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()