connect_to_postgres_db: Connect to a PostgreSQL db

Description Usage Arguments Value

Description

Connect to a PostgreSQL db

Usage

1
2
connect_to_postgres_db(.dbname = NULL, .host = "localhost",
  .port = 5432, .user = NULL, .password = NULL)

Arguments

.dbname

character name of dt

.host

character host name, defaults to "localhost"

.port

integer port number, defaults to 5432

.user

character username

.password

character password

Value

connection object


jimtheflash/hlprs documentation built on May 20, 2019, 12:35 p.m.