Establishes a connection to the WDFW PostgreSQL database. This process requires proper credentials and a local config.yml
file. Depending on a given user's permissions, this connection may be used to read or write data. When calling DBI::dbConnect()
, it uses the Posit-supported RPostgres
package rather than an OBDC driver, as initial attempts with that method led to long upload times when exporting creel model estimates.
Value
A DBI
connection to a PostgreSQL database management system. Recommend that this object be named "con".
See also
Other internal_data:
fetch_db_table()