connect_postgres: connect to postgres database

Description Usage Arguments

Description

connect to postgres database

Usage

1
2
connect_postgres(user = "postgres", password = "mysecretpassword",
  dbname = "postgres", host = "127.0.0.1", port = 5432)

Arguments

user

the user name

password

password

dbname

the name of the database on the host, or the database file name

host

host name; defaults to 127.0.0.1

port

the port number; defaults to 5432


shizidushu/RFunsInUse documentation built on May 24, 2019, 2:03 a.m.