R/db.R
db_connect.Rd
Connect to postgreSQL db
db_connect(con = NULL)
An existing connection. Return the existing connection if not null
a connection object as produced by dbConnect
if (FALSE) { # \dontrun{ con <- db_connect() } # }