Connect to IUCN RedList Postgres database

rl_pg_con()

Value

a DBI::dbConnect() object

Examples

if (FALSE) {
con <- rl_pg_con()
DBI::dbListTables(con)
}