connect_db: Connect to the good database

View source: R/call_db.R

connect_dbR Documentation

Connect to the good database

Description

Connect to the good database

Usage

connect_db(
  dbname = "rr2021",
  host = "127.0.0.1",
  port = 5432,
  user = "user",
  password = "password"
)

Arguments

dbname

name db

host

host

port

port

user

user

password

password

Value

connect


Cervangirard/bddshow documentation built on July 26, 2022, 1:43 p.m.