getConnectionToDB | R Documentation |
Getting connection to the Postgres DB from environmental settings
getConnectionToDB()
This function gets connections to the DB based on environmental variables which contains information about the name of database (DB_NAME), user (DB_USER), password (DB_PASSWORD), port (DB_PORT), host (DB_HOST) and schema (DB_SCHEMA).
Connection to database
Alina Tselinina tselinina@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.