Description Usage Arguments Value Examples
View source: R/database_tools.R
This function connects to the application database. It needs the database parameters to be entered as environment variables as OANALYSER_DB_HOST, OANALYSER_DB_PASS, OANALYSER_DB_USER, OANALYSER_DB_PORT.
1 |
environment_file |
the environment variable file to execute |
a connector object to a Postgresql database
1 2 3 4 5 | ## Not run:
con <- connect_to_db()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.