Establishes a connection to the WDFW PostgreSQL database. This process requires either a configured ODBC DSN or a local config.yml file.
Usage
establish_db_con(
conn_type = c("odbc", "config"),
dsn = "creel_estimates",
config_path = "config.yml"
)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()
