DenguedbConnect: Returns the connection to the database.

Description Usage Arguments Value Examples

View source: R/utility_tools.R

Description

Opens a connection to the Project database.

Usage

1

Arguments

pass

password

Value

"PostgreSQLConnection" object

Examples

1
2
3
con <- DenguedbConnect(pass)
dbListTables(con) 
dbDisconnect(con)

claudia-codeco/AlertTools documentation built on Aug. 12, 2021, 9:58 a.m.