connect_ut_db: connect to the unit test database

View source: R/connect_result.R

connect_ut_dbR Documentation

connect to the unit test database

Description

connect to the unit test database

Usage

connect_ut_db(
  host = "localhost",
  dbname = "n2kunittest",
  user = "unittest_analysis",
  password = "unittest",
  port = 5432,
  ...
)

Arguments

host

Host name and port number of PostgreSQL database.

dbname

Database name.

user

User name and password.

password

User name and password.

port

Port number of database. Defaults to 5432

...

arguments past to DBI::dbConnect().


inbo/n2khelper documentation built on March 26, 2022, 1:51 p.m.