Skip to contents

Connect to postgreSQL db

Usage

db_connect(con = NULL)

Arguments

con

An existing connection. Return the existing connection if not null

Value

a connection object as produced by dbConnect

Examples

if (FALSE) { # \dontrun{
con <- db_connect()
} # }